@Deprecated
public abstract class ContextException
extends java.lang.Exception
This class is not intended to be extended by clients.
CommandException,
Serialized Form| Constructor and Description |
|---|
ContextException(java.lang.String message)
Deprecated.
Creates a new instance of this class with the specified detail message.
|
ContextException(java.lang.String message,
java.lang.Throwable cause)
Deprecated.
Creates a new instance of this class with the specified detail message
and cause.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
Deprecated.
Returns the cause of this throwable or
null if the
cause is nonexistent or unknown. |
public ContextException(java.lang.String message)
message - the detail message.public ContextException(java.lang.String message,
java.lang.Throwable cause)
message - the detail message.cause - the cause.
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.