org.crsh.shell.impl.command.spi
Class CommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.crsh.shell.impl.command.spi.CommandException
- All Implemented Interfaces:
- Serializable
-
public final class CommandException
- extends Exception
-
Signals a general command 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 |
errorKind
private final ErrorKind errorKind
-
.
CommandException
public CommandException(ErrorKind errorKind,
String message)
CommandException
public CommandException(ErrorKind errorKind,
String message,
Throwable cause)
CommandException
public CommandException(ErrorKind errorKind,
Throwable cause)
getErrorKind
public ErrorKind getErrorKind()
-
Copyright © 2015 eXo Platform SAS. All Rights Reserved.