Added in API level 1
Summary:
Ctors
| Inherited Methods
FormatterClosedException
public
class
FormatterClosedException
extends IllegalStateException
| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | java.lang.IllegalStateException | ||||
| ↳ | java.util.FormatterClosedException | ||||
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. |
|
Inherited methods | |
|---|---|
Public constructors
FormatterClosedException
Added in API level 1
public FormatterClosedException ()
Constructs an instance of this class.