Class InvalidTileLayerException

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.InvalidTileLayerException
All Implemented Interfaces:
java.io.Serializable

public class InvalidTileLayerException
extends TmxException
Thrown when an exception occurs while parsing tile data.
See Also:
Serialized Form
  • Constructor Summary

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