Package lu.kbra.modelizer_next.cmdline
Class CommandLineExportParser.MissingArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
lu.kbra.modelizer_next.cmdline.CommandLineExportParser.MissingArgumentException
- All Implemented Interfaces:
Serializable
- Enclosing class:
CommandLineExportParser
Exception raised when missing argument fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingArgumentException(String message) Creates a missing argument exception instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingArgumentException
Creates a missing argument exception instance.- Parameters:
message- message shown to the caller or user
-