org.xmlpull.v1.builder.xpath.jaxen
Class UnsupportedAxisException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.xmlpull.v1.builder.XmlBuilderException
                  extended by org.xmlpull.v1.builder.xpath.saxpath.SAXPathException
                      extended by org.xmlpull.v1.builder.xpath.jaxen.JaxenException
                          extended by org.xmlpull.v1.builder.xpath.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.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.xmlpull.v1.builder.XmlBuilderException
detail
 
Constructor Summary
UnsupportedAxisException(java.lang.String msg)
          Construct.
 
Method Summary
 
Methods inherited from class org.xmlpull.v1.builder.xpath.jaxen.JaxenException
getRootCause
 
Methods inherited from class org.xmlpull.v1.builder.XmlBuilderException
getDetail, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedAxisException

public UnsupportedAxisException(java.lang.String msg)
Construct.

Parameters:
msg - The error message.