Package org.oristool.lello.exception
Class FormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.oristool.lello.exception.FormatException
- All Implemented Interfaces:
Serializable
Describes an exceptional event such as the attempt to choose an illegal name
for an identifier.
- See Also:
-
Constructor Summary
ConstructorDescriptionFormatException
(String message) FormatException
(String message, Throwable cause) FormatException
(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
-
FormatException
public FormatException() -
FormatException
-
FormatException
-
FormatException
-