edu.uky.rch.ept.data.filesystem.cxpath
Class CXPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.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 |
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().