Package java.util
Class FormatterClosedException
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 implements Serializable
A
FormatterClosedException will be thrown if the formatter has been
closed.- See Also:
RuntimeException, Serialized Form
-
Constructor Summary
Constructors Constructor Description FormatterClosedException()Constructs a newFormatterClosedExceptionwith the stack trace filled in. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FormatterClosedException
public FormatterClosedException()Constructs a newFormatterClosedExceptionwith the stack trace filled in.
-