public abstract class

TMXException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.anddev.andengine.entity.layer.tiled.tmx.util.exception.TMXException
Known Direct Subclasses

Class Overview

(c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.

Summary

Public Constructors
TMXException()
TMXException(String pDetailMessage, Throwable pThrowable)
TMXException(String pDetailMessage)
TMXException(Throwable pThrowable)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public TMXException ()

public TMXException (String pDetailMessage, Throwable pThrowable)

public TMXException (String pDetailMessage)

public TMXException (Throwable pThrowable)