Package nz.org.riskscape.engine.cli
Class InvalidUsageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nz.org.riskscape.engine.RiskscapeException
nz.org.riskscape.engine.cli.ExitException
nz.org.riskscape.engine.cli.InvalidUsageException
- All Implemented Interfaces:
Serializable
Can be thrown by commands when there is some higher level problem with they way a command has been used that could be solved if the user RTFM.
- See Also:
-
Field Summary
Fields inherited from class nz.org.riskscape.engine.cli.ExitException
NO_PROBLEM
-
Constructor Summary
-
Method Summary
Methods inherited from class nz.org.riskscape.engine.cli.ExitException
quit, toExitCode
Methods inherited from class nz.org.riskscape.engine.RiskscapeException
getCause, getProblem, hasProblem
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidUsageException
-
-
Method Details
-
getCommand
-