@Deprecated
public abstract class CommandException
extends java.lang.Exception
This class is not intended to be extended by clients.
CommandException,
Serialized Form| Constructor and Description |
|---|
CommandException(java.lang.String message)
Deprecated.
|
CommandException(java.lang.String message,
java.lang.Throwable cause)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
Deprecated.
|
@Deprecated public CommandException(java.lang.String message)
message - the detail message.@Deprecated
public CommandException(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.