Exception: java.util.FormatterClosedException
- public exception 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.
Inheritance
Superclass tree:- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- java.lang.IllegalStateException
- java.util.FormatterClosedException
Methods
-
FormatterClosedExceptiontop
public FormatterClosedException()Constructs an instance of this class.
