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 (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.