org.jaxen
Class UnresolvableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.saxpath.SAXPathException
              extended byorg.jaxen.JaxenException
                  extended byorg.jaxen.UnresolvableException
All Implemented Interfaces:
java.io.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(java.lang.String message)
           
 
Methods inherited from class org.jaxen.JaxenException
getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnresolvableException

public UnresolvableException(java.lang.String message)


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

SourceForge Logo