java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.gurkenlabs.litiengine.environment.tilemap.xml.TmxException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidTileLayerException, MissingTmxResourceException, UnsupportedMapVersionException

public class TmxException
extends java.io.IOException
Thrown to indicate that something has gone wrong with the processing of a TMX file.
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    ConstructorDescription
    TmxException() 
    TmxException​(java.lang.String message) 
    TmxException​(java.lang.String message, java.lang.Throwable cause) 
    TmxException​(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
  • Constructor Details

    • TmxException

      public TmxException()
    • TmxException

      public TmxException​(java.lang.String message)
    • TmxException

      public TmxException​(java.lang.String message, java.lang.Throwable cause)
    • TmxException

      public TmxException​(java.lang.Throwable cause)