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:
java.io.Serializable
Direct Known Subclasses:
MissingExternalTilesetException, MissingImageException

public class MissingTmxResourceException
extends TmxException
Thrown to indicate that an external resource for a TMX file could not be found or loaded.
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    ModifierConstructorDescription
    protected MissingTmxResourceException() 
    protected MissingTmxResourceException​(java.lang.String message) 
    protected MissingTmxResourceException​(java.lang.String message, java.lang.Throwable cause) 
    protected MissingTmxResourceException​(java.lang.Throwable cause) 
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait