public class XPathException
extends LocalizableRuntimeException
Constructor and Description |
---|
XPathException(IStringResource message,
int parseErrorPosition,
java.lang.Object... insertions)
Constructs an XPathException with the specified detail message with its (optional) insertions.
|
XPathException(IStringResource message,
java.lang.Object... insertions)
Constructs an XPathException with the specified detail message with its (optional) insertions.
|
XPathException(java.lang.String message)
Constructs a new XPathException .
|
XPathException(java.lang.String message,
int parseErrorPosition)
Constructs a new XPathException .
|
XPathException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new XPathException .
|
XPathException(java.lang.Throwable cause)
Constructs a new XPathException .
|
XPathException(java.lang.Throwable cause,
IStringResource message,
java.lang.Object... insertions)
Constructs an XPathException with the specified detail message with its (optional) insertions.
|
Modifier and Type | Method and Description |
---|---|
int |
getErrorPosition()
Returns the position at which the error has occurred.
|
public XPathException(java.lang.String message, int parseErrorPosition)
message
- The message with which the XPathException should be made.parseErrorPosition
- The position at which the error has occurred.public XPathException(java.lang.String message)
message
- The message with which the XPathException should be made.public XPathException(java.lang.String message, java.lang.Throwable cause)
message
- The message with which the XPathException should be made.cause
- It contains the stack trace data.public XPathException(java.lang.Throwable cause)
cause
- It contains the stack trace data.public XPathException(java.lang.Throwable cause, IStringResource message, java.lang.Object... insertions)
cause
- message
- insertions
- public XPathException(IStringResource message, int parseErrorPosition, java.lang.Object... insertions)
message
- insertions
- parseErrorPosition
- The position at which the error has occurred.public XPathException(IStringResource message, java.lang.Object... insertions)
message
- insertions
-