- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- java.util.FormatterClosedException
-
- All Implemented Interfaces:
-
Serializable
public class FormatterClosedException extends IllegalStateException
格式化程序已关闭时抛出未检查的异常。除非另有说明,否则传递一个
null
参数到null
中的任何方法或构造函数将导致抛出NullPointerException
。- 从以下版本开始:
- 1.5
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 FormatterClosedException()
构造这个类的一个实例。
-
方法摘要
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-