Package lu.kbra.modelizer_next.cmdline
Class CommandLineExportParser.InvalidArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
lu.kbra.modelizer_next.cmdline.CommandLineExportParser.InvalidArgumentException
- All Implemented Interfaces:
Serializable
- Enclosing class:
CommandLineExportParser
Exception raised when invalid argument fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidArgumentException(String message) Creates an invalid argument exception instance.InvalidArgumentException(String message, Throwable cause) Creates an invalid 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
-
InvalidArgumentException
Creates an invalid argument exception instance.- Parameters:
message- message shown to the caller or user
-
InvalidArgumentException
Creates an invalid argument exception instance.- Parameters:
message- message shown to the caller or usercause- cause to attach to the created exception
-