public class UnresolvableException
extends javax.xml.xpath.XPathException
| Constructor and Description |
|---|
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.
|
getCause, printStackTrace, printStackTrace, printStackTracepublic UnresolvableException(java.lang.String message)
message - The error message.public UnresolvableException(java.lang.Throwable cause)
cause - The exception that caused this exception.Copyright © 2019 Eclipse Foundation. All rights reserved.