org.jaxen
Class UnresolvableException

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

public class UnresolvableException
extends JaxenException

Used 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

Constructor Summary
UnresolvableException(String message)
           
 
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

UnresolvableException

public UnresolvableException(String message)


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

SourceForge Logo