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:
Serializable
Thrown when an exception occurs while parsing tile data.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidTileLayerException(String message) InvalidTileLayerException(String message, 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
-
InvalidTileLayerException
public InvalidTileLayerException() -
InvalidTileLayerException
-
InvalidTileLayerException
-
InvalidTileLayerException
-