JavaServer Pages(TM) Standard Tag Library 1.2 API 1.0.3.Final

org.apache.taglibs.standard.tag.common.xml
Class UnresolvableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.xpath.XPathException
              extended by org.apache.taglibs.standard.tag.common.xml.UnresolvableException
All Implemented Interfaces:
Serializable

public class UnresolvableException
extends XPathException

Derived from XPathException in order that XPath processor exceptions may be specifically caught.

See Also:
Serialized Form

Constructor Summary
UnresolvableException(String message)
          Create an UnresolvableException object that holds an error message.
UnresolvableException(Throwable cause)
          Create an UnresolvableException object that holds an error message, and another exception that caused this exception.
 
Method Summary
 
Methods inherited from class javax.xml.xpath.XPathException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, 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)
Create an UnresolvableException object that holds an error message.

Parameters:
message - The error message.

UnresolvableException

public UnresolvableException(Throwable cause)
Create an UnresolvableException object that holds an error message, and another exception that caused this exception.

Parameters:
cause - The exception that caused this exception.

JavaServer Pages(TM) Standard Tag Library 1.2 API 1.0.3.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.