public class FormatErrorException
extends java.lang.Exception
| Constructor and Description |
|---|
FormatErrorException()
Constructs an Exception with no specified detail message.
|
FormatErrorException(java.lang.String s)
Constructs an Exception with the specified detail message.
|