public class CommandException extends RuntimeException
| Constructor and Description |
|---|
CommandException()
Ctor.
|
CommandException(String message)
Ctor.
|
CommandException(String message,
Throwable cause)
Ctor.
|
CommandException(Throwable cause)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getArg()
Getter for arg.
|
void |
setArg(Object arg)
Setter for arg
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommandException()
public CommandException(String message, Throwable cause)
message - exception messagecause - the upper causepublic CommandException(String message)
message - exception messagepublic CommandException(Throwable cause)
cause - the upper causeCopyright © 2014 JDAL. All Rights Reserved.