Nux 1.0a5

nux.xom.xquery
Class StreamingPathFilterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynux.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

Constructor Summary
StreamingPathFilterException(String message)
          Constructs an exception with the given message.
StreamingPathFilterException(String message, Throwable cause)
          Constructs an exception with the given message and underlying root cause.
 
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

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.


Nux 1.0a5