org.sourceprojects.xmlparser.exceptions
Class XmlParserParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sourceprojects.lycia.exceptions.LyciaParsingException
              extended by 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 Documents on XmlParser implementations

Since:
0.0.1
Author:
noctarius
See Also:
Serialized Form

Constructor Summary
XmlParserParsingException()
          Deprecated.  
XmlParserParsingException(String message)
          Deprecated.  
XmlParserParsingException(String message, Throwable cause)
          Deprecated.  
XmlParserParsingException(Throwable cause)
          Deprecated.  
 
Method Summary
 
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

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.