Package io.micronaut.core.cli.exceptions
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.core.cli.exceptions.ParseException
- All Implemented Interfaces:
Serializable
Exception that is thrown in command line parsing fails.
- Since:
- 1.0
- Author:
- Graeme Rocher
- See Also:
-
Constructor Summary
ConstructorDescriptionParseException
(String message) Constructor.ParseException
(Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParseException
Constructor.- Parameters:
message
- message
-
ParseException
Constructor.- Parameters:
cause
- cause
-