uk.co.lakesidetech.springxmldb.exception
Class XMLParsingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.springframework.core.NestedCheckedException
              extended byuk.co.lakesidetech.springxmldb.exception.XMLParsingException
All Implemented Interfaces:
java.io.Serializable

public class XMLParsingException
extends org.springframework.core.NestedCheckedException

Abstraction of issues in trying to parse an XML document

Author:
Stuart Eccles
See Also:
Serialized Form

Constructor Summary
XMLParsingException(java.lang.String arg0)
           
XMLParsingException(java.lang.String arg0, java.lang.Throwable arg1)
           
 
Methods inherited from class org.springframework.core.NestedCheckedException
contains, getCause, getMessage, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLParsingException

public XMLParsingException(java.lang.String arg0)
Parameters:
arg0 -

XMLParsingException

public XMLParsingException(java.lang.String arg0,
                           java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -