Package net.royalur.cli
Class CLINoRemainingArgumentsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.royalur.cli.CLIException
net.royalur.cli.CLIBadCommandException
net.royalur.cli.CLINoRemainingArgumentsException
- All Implemented Interfaces:
Serializable
An error that occurs when another argument is expected, but is not provided.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CLINoRemainingArgumentsException
public CLINoRemainingArgumentsException()
-