加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090218034214/http://developer.android.com:80/reference/java/util/FormatterClosedException.html
public class

FormatterClosedException

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

Class Overview

The unchecked exception will be thrown out if the formatter has been closed.

Summary

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

Public Constructors

public FormatterClosedException ()

Constucts an instance of FormatterClosedException.