Package net.mtrop.doom.exception
Class WadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.mtrop.doom.exception.WadException
- All Implemented Interfaces:
Serializable
An exception thrown when an operation on a WAD file would violate its
structural integrity in some way.
- Author:
- Matthew Tropiano
- See Also:
-
Constructor Summary
ConstructorDescriptionWadException
(String message) WadException
(String message, Throwable cause) WadException
(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
-
WadException
public WadException() -
WadException
-
WadException
-
WadException
-