org.crsh.command
Class NoSuchCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.crsh.command.NoSuchCommandException
- All Implemented Interfaces:
- Serializable
-
public final class NoSuchCommandException
- extends Exception
-
- See Also:
- Serialized Form
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 |
commandName
private final String commandName
-
.
NoSuchCommandException
public NoSuchCommandException(String commandName)
NoSuchCommandException
public NoSuchCommandException(String commandName,
ErrorType errorType,
String message)
NoSuchCommandException
public NoSuchCommandException(String commandName,
ErrorType errorType,
String message,
Throwable cause)
getCommandName
public String getCommandName()
-
Copyright © 2014 eXo Platform SAS. All Rights Reserved.