Package org.midheaven.lang
Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.midheaven.lang.ParsingException
- All Implemented Interfaces:
Serializable
Indicates a parsing operation was not successful.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new ParsingException.ParsingException(String message) Creates a new ParsingException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParsingException
public ParsingException()Creates a new ParsingException. -
ParsingException
Creates a new ParsingException.- Parameters:
message- the message value
-