org.xerial.util.xml
Class XMLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xerial.core.XerialException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 -

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