org.sourceprojects.xmlparser.exceptions
Class XmlParserParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sourceprojects.xmlparser.exceptions.XmlParserParsingException
- All Implemented Interfaces:
- java.io.Serializable
public class XmlParserParsingException
- extends java.lang.Exception
An exception class that is thrown as wrapped exception on parsing /
transforming xml Document
s on XmlParser
implementations
- Since:
- 0.0.1
- Author:
- noctarius
- See Also:
- Serialized Form
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 |
XmlParserParsingException
public XmlParserParsingException()
XmlParserParsingException
public XmlParserParsingException(java.lang.String message,
java.lang.Throwable cause)
XmlParserParsingException
public XmlParserParsingException(java.lang.String message)
XmlParserParsingException
public XmlParserParsingException(java.lang.Throwable cause)
Copyright © 2010. All Rights Reserved.