public class java.util
FormatterClosedException


Show All Login
Java SE 6
  
Extends: Throwable > Exception > RuntimeException > IllegalStateException
Details
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.
version1.3, 11/17/05
since1.5


Constructors
public FormatterClosedException()
Constructs an instance of this class.