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