|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.crsh.shell.impl.command.spi.CommandCreationException
public final class CommandCreationException
| Field Summary | |
|---|---|
private String |
commandName
. |
private ErrorType |
errorType
. |
| Constructor Summary | |
|---|---|
CommandCreationException(String commandName,
ErrorType errorType,
String message)
|
|
CommandCreationException(String commandName,
ErrorType errorType,
String message,
Throwable cause)
|
|
| Method Summary | |
|---|---|
String |
getCommandName()
|
ErrorType |
getErrorType()
|
String |
getMessage()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private final String commandName
private final ErrorType errorType
| Constructor Detail |
|---|
public CommandCreationException(String commandName,
ErrorType errorType,
String message)
public CommandCreationException(String commandName,
ErrorType errorType,
String message,
Throwable cause)
| Method Detail |
|---|
public ErrorType getErrorType()
public String getCommandName()
public String getMessage()
getMessage in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||