|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.xml.xpath.XPathException
org.apache.taglibs.standard.tag.common.xml.UnresolvableException
public class UnresolvableException
Derived from XPathException in order that XPath processor exceptions may be specifically caught.
| Constructor Summary | |
|---|---|
UnresolvableException(java.lang.String message)
Create an UnresolvableException object that holds an error message. |
|
UnresolvableException(java.lang.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 |
|---|
public UnresolvableException(java.lang.String message)
message - The error message.public UnresolvableException(java.lang.Throwable cause)
cause - The exception that caused this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||