|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
info.joseluismartin.cmd.CommandException
public class CommandException
A Command Exception
| Constructor Summary | |
|---|---|
CommandException()
Ctor. |
|
CommandException(String message)
Ctor. |
|
CommandException(String message,
Throwable cause)
Ctor. |
|
CommandException(Throwable cause)
Ctor. |
|
| Method Summary | |
|---|---|
Object |
getArg()
Getter for arg. |
void |
setArg(Object arg)
Setter for arg |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public 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 cause| Method Detail |
|---|
public Object getArg()
public void setArg(Object arg)
arg - to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||