Package cambio.simulator.parsing
Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cambio.simulator.parsing.ParsingException
- All Implemented Interfaces:
Serializable
Exception thrown when the parsers encounter a problem.
- Author:
- Lion Wagner
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParsingException
(String message) ParsingException
(String message, Throwable cause) ParsingException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) ParsingException
(Throwable 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
-
ParsingException
public ParsingException() -
ParsingException
-
ParsingException
-
ParsingException
-
ParsingException
-