Package net.mtrop.doom.exception
Class MapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.mtrop.doom.exception.MapException
- All Implemented Interfaces:
Serializable
An exception thrown when Doom Map information is unavailable or malformed.
- Author:
- Matthew Tropiano
- See Also:
-
Constructor Summary
ConstructorDescriptionMapException
(String message) MapException
(String message, Throwable cause) MapException
(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
-
MapException
public MapException() -
MapException
-
MapException
-
MapException
-