com.x1seven.hydrogen.cli
Class CommandLineInterpreterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
CommandLineInterpreterException()
           
CommandLineInterpreterException(java.lang.String message)
           
CommandLineInterpreterException(java.lang.String message, java.lang.Throwable cause)
           
CommandLineInterpreterException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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)