java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.data.codegen.parser.ParserException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MethodNameParserException
Parser
RuntimeException
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParserException
(String message, String string) Create new exception for a message.ParserException
(String message, Throwable cause, String string) Create new exception for a message and a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParserException
Create new exception for a message.- Parameters:
message
- descriptive message, shall not benull
string
-String
being parsed
-
ParserException
Create new exception for a message and a cause.- Parameters:
message
- descriptive messagecause
- original throwable causing this exceptionstring
-String
being parsed
-
-
Method Details
-
string
String
being parsed.- Returns:
- the method name
-