public class InvalidFormatException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
reason
Contains an abbreviation of the cause of the exception
|
Constructor and Description |
---|
InvalidFormatException(java.lang.String reason)
Returns the cause of the exception (as an abbreviation).
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Associates reason with a WSSL-specific textual description of the exception.
|
private java.lang.String reason