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