com.x1seven.hydrogen.cli
Class CommandLineInterpreterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.x1seven.hydrogen.cli.CommandLineInterpreterException
- All Implemented Interfaces:
- java.io.Serializable
public class CommandLineInterpreterException
- extends java.lang.Exception
Exception thrown by the CommandLineInterpreter to indicate a
- Since:
- 1.0.0
- Version:
- 1.1
- Author:
- Brendon Matheson
- 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 |
CommandLineInterpreterException
public CommandLineInterpreterException()
CommandLineInterpreterException
public CommandLineInterpreterException(java.lang.String message)
CommandLineInterpreterException
public CommandLineInterpreterException(java.lang.String message,
java.lang.Throwable cause)
CommandLineInterpreterException
public CommandLineInterpreterException(java.lang.Throwable cause)