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