java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.civl.gmc.CommandLineException
- All Implemented Interfaces:
Serializable
An exception that is thrown if the command line arguments are not formatted
correctly.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs new instance with given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommandLineException
Constructs new instance with given message.- Parameters:
msg- the error message to report to the user explaining why the command line arguments are incorrect
-