org.jaxen
Class UnsupportedAxisException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jaxen.saxpath.SAXPathException
              extended by org.jaxen.JaxenException
                  extended by org.jaxen.UnsupportedAxisException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedAxisException
extends JaxenException

Indicates attempt to evaluate an XPath axis that is unsupported by the current object-model. If this is thrown the XPath expressions cannot be evaluated correctly, unless there is a fallback evaluation path. Hence you should not just catch this and ignore it, nor should navigators throw it to indicate that an axis is exhausted: instead return an empty iterator.

Author:
bob mcwhirter
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class org.jaxen.JaxenException
javaVersion
 
Constructor Summary
UnsupportedAxisException(java.lang.String message)
          Create a new UnsupportedAxisException.
 
Method Summary
 
Methods inherited from class org.jaxen.saxpath.SAXPathException
getCause, initCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

UnsupportedAxisException

public UnsupportedAxisException(java.lang.String message)
Create a new UnsupportedAxisException.

Parameters:
message - the error message