Java javax.xml.xpath XPathExpressionException fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.xpath XPathExpressionException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.xpath XPathExpressionException.

The text is from its open source code.

Constructor

XPathExpressionException(String message)
Constructs a new XPathExpressionException with the specified detail message .
XPathExpressionException(Throwable cause)
Constructs a new XPathExpressionException with the specified cause .

Method

ThrowablegetCause()
Get the cause of this XPathException.
StringgetLocalizedMessage()
Creates a localized description of this throwable.
StringgetMessage()
Returns the detail message string of this throwable.
StackTraceElement[]getStackTrace()
Provides programmatic access to the stack trace information printed by #printStackTrace() .
voidprintStackTrace()
Print stack trace to System.err .
voidprintStackTrace(java.io.PrintStream s)
Print stack trace to specified PrintStream .
StringtoString()
Returns a short description of this throwable.