public class XslException
extends LocalizableRuntimeException
Constructor and Description |
---|
XslException(IStringResource message,
java.lang.Object... insertions)
Constructs an XslException with the specified detail message with its (optional) insertions.
|
XslException(java.lang.String message)
Constructs a new XslException .
|
XslException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new XslException .
|
XslException(java.lang.Throwable cause)
Constructs a new XslException .
|
XslException(java.lang.Throwable cause,
IStringResource message,
java.lang.Object... insertions)
Constructs an XslException with the specified detail message with its (optional) insertions.
|
public XslException(java.lang.String message)
message
- The message with which the XslException should be made.public XslException(java.lang.String message, java.lang.Throwable cause)
message
- The message with which the XslException should be made.cause
- specifies the cause for the exception (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).public XslException(java.lang.Throwable cause)
cause
- specifies the cause for the exception (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).public XslException(java.lang.Throwable cause, IStringResource message, java.lang.Object... insertions)
cause
- message
- insertions
- public XslException(IStringResource message, java.lang.Object... insertions)
message
- insertions
-