Package java.util

Class FormatterClosedException

All Implemented Interfaces:
Serializable

public class FormatterClosedException
extends IllegalStateException
implements Serializable
A FormatterClosedException will be thrown if the formatter has been closed.
See Also:
RuntimeException, Serialized Form
  • Constructor Details

    • FormatterClosedException

      public FormatterClosedException()
      Constructs a new FormatterClosedException with the stack trace filled in.