Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.taglibs.standard.tag.common.xml
Class UnresolvableException  view UnresolvableException download UnresolvableException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.xml.transform.TransformerException
              extended byorg.apache.xpath.XPathException
                  extended byorg.apache.taglibs.standard.tag.common.xml.UnresolvableException
All Implemented Interfaces:
java.io.Serializable

public class UnresolvableException
extends org.apache.xpath.XPathException

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


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class org.apache.xpath.XPathException
m_exception
 
Fields inherited from class javax.xml.transform.TransformerException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
UnresolvableException(java.lang.String message)
          Create an UnresolvableException object that holds an error message.
UnresolvableException(java.lang.String message, java.lang.Exception e)
          Create an UnresolvableException object that holds an error message, and another exception that caused this exception.
 
Methods inherited from class org.apache.xpath.XPathException
getException, getExpressionOwner, getMessage, getStylesheetNode, getStylesheetNode, printStackTrace, printStackTrace, setStylesheetNode
 
Methods inherited from class javax.xml.transform.TransformerException
getCause, getLocationAsString, getLocator, getMessageAndLocation, initCause, printStackTrace, setLocator
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, 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 an UnresolvableException object that holds an error message.


UnresolvableException

public UnresolvableException(java.lang.String message,
                             java.lang.Exception e)
Create an UnresolvableException object that holds an error message, and another exception that caused this exception.