Class MissingTmxResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.gurkenlabs.litiengine.environment.tilemap.xml.TmxException
de.gurkenlabs.litiengine.environment.tilemap.xml.MissingTmxResourceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MissingExternalTilesetException,MissingImageException
Thrown to indicate that an external resource for a TMX file could not be found or loaded.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedMissingTmxResourceException(String message) protectedMissingTmxResourceException(String message, Throwable cause) protected -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingTmxResourceException
protected MissingTmxResourceException() -
MissingTmxResourceException
-
MissingTmxResourceException
-
MissingTmxResourceException
-