public class UnresolvableException extends XPathException
| Constructor and Description |
|---|
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.
|
getCause, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic UnresolvableException(String message)
message - The error message.public UnresolvableException(Throwable cause)
cause - The exception that caused this exception.Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.