edu.uky.rch.ept.data.filesystem.cxpath
Class CXPathException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.uky.rch.ept.data.filesystem.cxpath.CXPathException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidAxisException

public class CXPathException
extends Exception

Exception class for concurrent XPath errors of all sorts.

Author:
neil
See Also:
Serialized Form

Constructor Summary
CXPathException()
          Create a new CXPathException with no detail message.
CXPathException(String message)
          Create a new CXPathException with the specified detail message.
 
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

CXPathException

public CXPathException()
Create a new CXPathException with no detail message.


CXPathException

public CXPathException(String message)
Create a new CXPathException with the specified detail message.

Parameters:
message - the detail message. Can be retrieved with Throwable.getMessage().