org.jaxen
Class UnresolvableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jaxen.saxpath.SAXPathException
              extended byorg.jaxen.JaxenException
                  extended byorg.jaxen.UnresolvableException
All Implemented Interfaces:
java.io.Serializable

public class UnresolvableException
extends JaxenException

Thrown when a function-call or variable-reference, or any other lookup based on namespace and local name, couldn't be resolved.

Author:
Erwin Bolwidt (ejb @ klomp.org)
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class org.jaxen.JaxenException
javaVersion
 
Fields inherited from class org.jaxen.saxpath.SAXPathException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
UnresolvableException(java.lang.String message)
          Create a new UnresolvableException.
 
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

UnresolvableException

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

Parameters:
message - the detail message