org.ucl.xpath
Class DOMLoaderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.ucl.xpath.XPathException
              extended byorg.ucl.xpath.DOMLoaderException
All Implemented Interfaces:
java.io.Serializable

public class DOMLoaderException
extends XPathException

Exception caused by DOM loader.

See Also:
Serialized Form

Constructor Summary
DOMLoaderException(java.lang.String reason)
          Constructor for DOM loader exception.
 
Methods inherited from class org.ucl.xpath.XPathException
reason
 
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

DOMLoaderException

public DOMLoaderException(java.lang.String reason)
Constructor for DOM loader exception.

Parameters:
reason - is the reason for the exception.