org.xerial.util.xml
Class XMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xerial.core.XerialException
              extended by org.xerial.util.xml.XMLException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidXMLException

public class XMLException
extends XerialException

The base class for XML related exceptions

Author:
leo
See Also:
Serialized Form

Constructor Summary
XMLException()
           
XMLException(String message)
           
XMLException(String message, Throwable cause)
           
XMLException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.xerial.core.XerialException
concatinateMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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(String message)
Parameters:
message -

XMLException

public XMLException(String message,
                    Throwable cause)
Parameters:
message -
cause -

XMLException

public XMLException(Throwable cause)
Parameters:
cause -


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.