public class XslException
extends com.eibus.localization.exception.LocalizableRuntimeException
| Constructor and Description |
|---|
XslException(com.eibus.localization.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,
com.eibus.localization.IStringResource message,
java.lang.Object... insertions)
Constructs an XslException with the specified detail message with its (optional) insertions.
|
getAvailableLocales, getFullyQualifiedResourceID, getInsertions, getLocalizedMessage, getMessage, getMessage, getResourceContext, getResourceID, isMessagepublic 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,
com.eibus.localization.IStringResource message,
java.lang.Object... insertions)
cause - message - insertions - public XslException(com.eibus.localization.IStringResource message,
java.lang.Object... insertions)
message - insertions -