Searched refs:DuplicateFormatFlagsException (Results 1 – 5 of 5) sorted by relevance
20 import java.util.DuplicateFormatFlagsException;34 new DuplicateFormatFlagsException(null); in test_duplicateFormatFlagsException()46 DuplicateFormatFlagsException duplicateFormatException = new DuplicateFormatFlagsException( in test_getFlags()56 DuplicateFormatFlagsException duplicateFormatException = new DuplicateFormatFlagsException( in test_getMessage()70 DuplicateFormatFlagsException initEx = (DuplicateFormatFlagsException) initial;71 DuplicateFormatFlagsException desrEx = (DuplicateFormatFlagsException) deserialized;82 SerializationTest.verifySelf(new DuplicateFormatFlagsException( in testSerializationSelf()91 SerializationTest.verifyGolden(this, new DuplicateFormatFlagsException( in testSerializationCompatibility()
39 import java.util.DuplicateFormatFlagsException;1100 } catch (DuplicateFormatFlagsException e) { in test_formatLjava_lang_String$Ljava_lang_Object_Flag()
38 public class DuplicateFormatFlagsException extends IllegalFormatException { class50 public DuplicateFormatFlagsException(String f) { in DuplicateFormatFlagsException() method in DuplicateFormatFlagsException
4553 throw new DuplicateFormatFlagsException(v.toString());
884 "ojluni/src/main/java/java/util/DuplicateFormatFlagsException.java",