public class InvalidFormatException
extends LocalizableRuntimeException
Constructor and Description |
---|
InvalidFormatException(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,
IStringResource message,
java.lang.Object... insertions)
Constructs an ISVPException with the specified detail message with its (optional) insertions.
|
public InvalidFormatException(java.lang.Throwable cause)
cause
- It contains the stack trace data.public InvalidFormatException(java.lang.Throwable cause, IStringResource message, java.lang.Object... insertions)
cause
- message
- insertions
- public InvalidFormatException(IStringResource message, java.lang.Object... insertions)
message
- insertions
-