Added in API level 1
FormatterClosedException
open class FormatterClosedException : IllegalStateException
kotlin.Any | |||||
↳ | kotlin.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 | |
---|---|
Constructs an instance of this class. |
Public constructors
FormatterClosedException
Added in API level 1
FormatterClosedException()
Constructs an instance of this class.