FileDocCategorySizeDatePackage
FormatterClosedException.javaAPI DocAndroid 1.5 API1334Wed May 06 22:41:04 BST 2009java.util

FormatterClosedException

public class FormatterClosedException extends IllegalStateException implements Serializable
A {@code FormatterClosedException} will be thrown if the formatter has been closed.
see
java.lang.RuntimeException
since
Android 1.0

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public FormatterClosedException()
Constructs a new {@code FormatterClosedException} with the stack trace filled in.


                    
      
    
Methods Summary