Package me.folf.podns4j
Class PronounParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
me.folf.podns4j.PronounParseException
- All Implemented Interfaces:
Serializable
Exception thrown when a pronoun record cannot be parsed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPronounParseException(String message) Creates exception with message.PronounParseException(String message, Throwable cause) Creates exception with message and 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
-
PronounParseException
Creates exception with message.- Parameters:
message- the error message
-
PronounParseException
Creates exception with message and cause.- Parameters:
message- the error messagecause- the cause
-