Package lu.kbra.modelizer_next.cmdline
Class CommandLineExportParser.HelpRequestedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
lu.kbra.modelizer_next.cmdline.CommandLineExportParser.HelpRequestedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
CommandLineExportParser
Exception raised when help requested fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a help requested exception instance.HelpRequestedException(String message) Creates a help requested 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
-
HelpRequestedException
public HelpRequestedException()Creates a help requested exception instance. -
HelpRequestedException
Creates a help requested exception instance.- Parameters:
message- message shown to the caller or user
-