nux.xom.xquery
Class StreamingPathFilterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
nux.xom.xquery.StreamingPathFilterException
- All Implemented Interfaces:
- Serializable
- public class StreamingPathFilterException
- extends Exception
An exception indicating a syntax error in the location path of a
StreamingPathFilter
.
- Author:
- whoschek.AT.lbl.DOT.gov, $Author: hoschek3 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StreamingPathFilterException
public StreamingPathFilterException(String message,
Throwable cause)
- Constructs an exception with the given message and underlying root cause.
StreamingPathFilterException
public StreamingPathFilterException(String message)
- Constructs an exception with the given message.