|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.elvyx.server.command.CommandException
public class CommandException
Command exception.
| Constructor Summary | |
|---|---|
CommandException()
Constructor for CommandException. |
|
CommandException(java.lang.Class classCommand,
java.lang.Exception exception)
Constructor for CommandException. |
|
CommandException(java.lang.String string)
Constructor for CommandException. |
|
CommandException(java.lang.String command,
java.lang.Exception exception)
Constructor for CommandException. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCommand()
It return the command id |
| 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(java.lang.String string)
string - Command Id
public CommandException(java.lang.Class classCommand,
java.lang.Exception exception)
classCommand - Command classexception -
public CommandException(java.lang.String command,
java.lang.Exception exception)
command - Command Idexception - | Method Detail |
|---|
public java.lang.String getCommand()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||