public class

TMXParseException

extends SAXException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.xml.sax.SAXException
         ↳ org.anddev.andengine.entity.layer.tiled.tmx.util.exception.TMXParseException

Class Overview

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

Summary

Public Constructors
TMXParseException()
TMXParseException(String pDetailMessage)
TMXParseException(Exception pException)
TMXParseException(String pMessage, Exception pException)
[Expand]
Inherited Methods
From class org.xml.sax.SAXException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public TMXParseException ()

public TMXParseException (String pDetailMessage)

public TMXParseException (Exception pException)

public TMXParseException (String pMessage, Exception pException)