Searched defs:FormatterClosedException (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/
H A DFormatterClosedException.java22 * A {@code FormatterClosedException} will be thrown if the formatter has been
27 public class FormatterClosedException extends IllegalStateException implements class in inherits:IllegalStateException,Serializable
32 * Constructs a new {@code FormatterClosedException} with the stack trace
35 public FormatterClosedException() { method in class:FormatterClosedException

Completed in 46 milliseconds