public class XPathExpressionException extends XPathException
XPathExpressionException
represents an error in an XPath expression.Constructor and Description |
---|
XPathExpressionException(String message)
Constructs a new
XPathExpressionException
with the specified detail message . |
XPathExpressionException(Throwable cause)
Constructs a new
XPathExpressionException
with the specified cause . |
getCause, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public XPathExpressionException(String message)
Constructs a new XPathExpressionException
with the specified detail message
.
The cause
is not initialized.
If message
is null
,
then a NullPointerException
is thrown.
NullPointerException
- When message
is
null
.message
- The detail message.public XPathExpressionException(Throwable cause)
Constructs a new XPathExpressionException
with the specified cause
.
If cause
is null
,
then a NullPointerException
is thrown.
NullPointerException
- if cause
is null
.cause
- The cause.aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.