Package net.mtrop.doom.object
Class TextObject.ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.mtrop.doom.object.TextObject.ParseException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- TextObject
Specific IOException for when a parsing exception occurs on read.
- Since:
- 2.19.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParseException
(String message) ParseException
(String message, 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
-
ParseException
-
ParseException
-