org.sourceprojects.xmlparser.exceptions
Class XmlParserParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sourceprojects.lycia.exceptions.LyciaParsingException
org.sourceprojects.xmlparser.exceptions.XmlParserParsingException
- All Implemented Interfaces:
- Serializable
Deprecated. since 1.9.7
@Deprecated
public class XmlParserParsingException
- extends LyciaParsingException
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 |
XmlParserParsingException
public XmlParserParsingException()
- Deprecated.
XmlParserParsingException
public XmlParserParsingException(String message,
Throwable cause)
- Deprecated.
XmlParserParsingException
public XmlParserParsingException(String message)
- Deprecated.
XmlParserParsingException
public XmlParserParsingException(Throwable cause)
- Deprecated.
Copyright © 2010. All Rights Reserved.