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