java.util

Class FormatterClosedException

public class FormatterClosedException extends IllegalStateException

Thrown when a method is called on a {@link Formatter} but it has already been closed.

Since: 1.5

Constructor Summary
FormatterClosedException()
Constructs a new FormatterClosedException.

Constructor Detail

FormatterClosedException

public FormatterClosedException()
Constructs a new FormatterClosedException.