org.freecompany.yacli
Class InvalidCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.freecompany.yacli.InvalidCommandException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidCommandException
- extends java.lang.Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
e
protected InvalidOptionException e
options
protected Options options
usage
protected java.lang.String usage
InvalidCommandException
public InvalidCommandException(InvalidOptionException e,
Options options,
java.lang.String usage)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable