org.jaxen
Class UnsupportedAxisException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.saxpath.SAXPathException
                    |
                    +--org.jaxen.JaxenException
                          |
                          +--org.jaxen.UnsupportedAxisException
All Implemented Interfaces:
Serializable

public class UnsupportedAxisException
extends JaxenException

Indicates attempt to evaluate an XPath axis that is unsupported by the current object-model.

Author:
bob mcwhirter
See Also:
Serialized Form

Constructor Summary
UnsupportedAxisException(String msg)
          Construct.
 
Methods inherited from class org.jaxen.JaxenException
getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedAxisException

public UnsupportedAxisException(String msg)
Construct.
Parameters:
msg - The error message.


Copyright © 2002 bob mcwhirter & James Strachan. All Rights Reserved. Hosted by

SourceForge Logo