FormatterClosedExceptionpublic class FormatterClosedException extends IllegalStateException implements SerializableA {@code FormatterClosedException} will be thrown if the formatter has been
closed. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public FormatterClosedException()Constructs a new {@code FormatterClosedException} with the stack trace
filled in.
|
|