public class XPathReaderException
extends LocalizableRuntimeException
Constructor and Description |
---|
XPathReaderException(IStringResource message,
java.lang.Object... insertions)
Constructs an XPathReaderException with the specified detail message with its (optional) insertions.
|
XPathReaderException(java.lang.String message)
Constructs a new XPathReaderException .
|
XPathReaderException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new XPathReaderException .
|
XPathReaderException(java.lang.Throwable cause)
Constructs a new XPathReaderException .
|
XPathReaderException(java.lang.Throwable cause,
IStringResource message,
java.lang.Object... insertions)
Constructs an XPathReaderException with the specified detail message with its (optional) insertions.
|
public XPathReaderException(java.lang.String message)
message
- The message with which the XPathReaderException should be made.public XPathReaderException(java.lang.String message, java.lang.Throwable cause)
message
- The message with which the XPathReaderException should be made.cause
- It contains the stack trace data.public XPathReaderException(java.lang.Throwable cause)
cause
- It contains the stack trace data.public XPathReaderException(java.lang.Throwable cause, IStringResource message, java.lang.Object... insertions)
cause
- message
- insertions
- public XPathReaderException(IStringResource message, java.lang.Object... insertions)
message
- insertions
-