public class InvalidFormatException
extends com.eibus.localization.exception.LocalizableRuntimeException
| Constructor and Description |
|---|
InvalidFormatException(com.eibus.localization.IStringResource message,
java.lang.Object... insertions)
Constructs an ISVPException with the specified detail message with its (optional) insertions.
|
InvalidFormatException(java.lang.Throwable cause)
Constructs a new InvalidFormatException .
|
InvalidFormatException(java.lang.Throwable cause,
com.eibus.localization.IStringResource message,
java.lang.Object... insertions)
Constructs an ISVPException with the specified detail message with its (optional) insertions.
|
getAvailableLocales, getFullyQualifiedResourceID, getInsertions, getLocalizedMessage, getMessage, getMessage, getResourceContext, getResourceID, isMessagepublic InvalidFormatException(java.lang.Throwable cause)
cause - It contains the stack trace data.public InvalidFormatException(java.lang.Throwable cause,
com.eibus.localization.IStringResource message,
java.lang.Object... insertions)
cause - message - insertions - public InvalidFormatException(com.eibus.localization.IStringResource message,
java.lang.Object... insertions)
message - insertions -