com.thaiopensource.pullax
Class XmlException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--com.thaiopensource.pullax.XmlException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
XmlAbortException, XmlReportException

public class XmlException
extends java.io.IOException

See Also:
Serialized Form

Constructor Summary
XmlException()
           
XmlException(java.lang.String detail)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlException

public XmlException()

XmlException

public XmlException(java.lang.String detail)