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