Class TmxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.gurkenlabs.litiengine.environment.tilemap.xml.TmxException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidTileLayerException,MissingTmxResourceException,UnsupportedMapVersionException
Thrown to indicate that something has gone wrong with the processing of a TMX file.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTmxException(String message) TmxException(String message, Throwable cause) TmxException(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
-
TmxException
public TmxException() -
TmxException
-
TmxException
-
TmxException
-