Package org.jaxen

Class 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
    • Constructor Summary

      Constructors 
      Constructor Description
      UnresolvableException​(java.lang.String message)
      Create a new UnresolvableException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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)
        Create a new UnresolvableException.
        Parameters:
        message - the detail message