Searched refs:FormatterClosedException (Results 1 – 6 of 6) sorted by relevance
19 import java.util.FormatterClosedException;32 SerializationTest.verifySelf(new FormatterClosedException()); in testSerializationSelf()40 SerializationTest.verifyGolden(this, new FormatterClosedException()); in testSerializationCompatibility()
44 import java.util.FormatterClosedException;625 } catch (FormatterClosedException e) { in test_locale()642 } catch (FormatterClosedException e) { in test_out()659 } catch (FormatterClosedException e) { in test_flush()692 } catch (FormatterClosedException e) { in test_toString()
37 public class FormatterClosedException extends IllegalStateException { class44 public FormatterClosedException() { } in FormatterClosedException() method in FormatterClosedException
2411 throw new FormatterClosedException(); in ensureOpen()
22 import java.util.FormatterClosedException;119 } catch (FormatterClosedException expected) { in test_formatLjava_util_LocaleLjava_lang_StringLjava_lang_Object()
895 "ojluni/src/main/java/java/util/FormatterClosedException.java",