Java org.apache.commons.jxpath JXPathException fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.jxpath JXPathException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.jxpath JXPathException.

The text is from its open source code.

Constructor

JXPathException(String msg)
Create a new JXPathException with the String specified as an error message.
JXPathException(Throwable e)
Create a new JXPathException with a given Throwable base cause of the error.
JXPathException(String msg, Throwable e)
Create a new JXPathException with the given Exception base cause and detail message.

Method

StringgetMessage()
Return the message (if any) for this error .
voidprintStackTrace()
Prints this throwable and its backtrace to the standard error stream.