public class

FormatterClosedException

extends IllegalStateException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.IllegalStateException
           ↳ java.util.FormatterClosedException

Class Overview

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.

Summary

Public Constructors
FormatterClosedException()
Constructs an instance of this class.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public FormatterClosedException ()

Constructs an instance of this class.