Top Description Fields Constructors
java.util

public Class FormatterClosedException

extends IllegalStateException
Class Inheritance

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.

Since
1.5

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
FormatterClosedException()

Constructs an instance of this class.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.IllegalStateException.serialVersionUID.

Annotations
@Serial

Constructor Detail

FormatterClosedExceptionback to summary
public FormatterClosedException()

Constructs an instance of this class.