Package de.hsh.graja.util.cli
Class CommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hsh.graja.util.cli.CommandException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCommandException
(int returnCode) CommandException
(int returnCode, String message) CommandException
(int returnCode, String message, Throwable cause) CommandException
(int returnCode, Throwable cause) CommandException
(String message) CommandException
(String message, Throwable cause) CommandException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
DEFAULT_RETURN_CODE
public static final int DEFAULT_RETURN_CODE- See Also:
-
DEFAULT_MESSAGE
-
-
Constructor Details
-
CommandException
-
CommandException
-
CommandException
-
CommandException
-
CommandException
-
CommandException
public CommandException() -
CommandException
public CommandException(int returnCode) -
CommandException
-
-
Method Details
-
getReturnCode
public int getReturnCode()
-