FormatterClosedException

  • FormatterClosedException is an unchecked exception indicating that a formatter has been closed.

  • It's thrown when an operation is attempted on a closed Formatter object.

  • Passing null to methods or constructors of this class results in a NullPointerException.

  • This exception inherits methods from IllegalStateException, Throwable, and Object.

  • A public constructor, FormatterClosedException(), is available to create instances of this exception.

public class FormatterClosedException extends IllegalStateException

Unchecked exception thrown when the formatter has been closed.

Unless otherwise specified, passing a null argument to any method or constructor in this class will cause a NullPointerException to be thrown.

Public Constructor Summary

FormatterClosedException()
Constructs an instance of this class.

Inherited Method Summary

Public Constructors

public FormatterClosedException ()

Constructs an instance of this class.