FileDocCategorySizeDatePackage
FormatterClosedException.javaAPI DocJava SE 5 API744Fri Aug 26 14:57:22 BST 2005java.util

FormatterClosedException

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 {@link NullPointerException} to be thrown.

version
1.2, 12/19/03
since
1.5

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public FormatterClosedException()
Constructs an instance of this class.

    
               
       
Methods Summary