Searched refs:InvalidPropertiesFormatException (Results 1 – 7 of 7) sorted by relevance
26 import java.util.InvalidPropertiesFormatException;32 InvalidPropertiesFormatException e = new InvalidPropertiesFormatException("testing"); in testConstructorArgs()36 InvalidPropertiesFormatException e2 = new InvalidPropertiesFormatException(e); in testConstructorArgs()103 Serializable notActuallySerializable = new InvalidPropertiesFormatException("testing"); in testSerialize_notSupported()
46 public class InvalidPropertiesFormatException extends IOException { class57 public InvalidPropertiesFormatException(Throwable cause) { in InvalidPropertiesFormatException() method in InvalidPropertiesFormatException69 public InvalidPropertiesFormatException(String message) { in InvalidPropertiesFormatException() method in InvalidPropertiesFormatException
71 throws IOException, InvalidPropertiesFormatException in load()77 throw new InvalidPropertiesFormatException(saxe); in load()82 throw new InvalidPropertiesFormatException( in load()
881 throws IOException, InvalidPropertiesFormatException in loadFromXML()
93 throws java.io.IOException, java.util.InvalidPropertiesFormatException { in loadFromXML()
37 import java.util.InvalidPropertiesFormatException;840 } catch (InvalidPropertiesFormatException ipfe) { in test_storeToXMLLjava_io_OutputStreamLjava_lang_StringLjava_lang_String()866 } catch (InvalidPropertiesFormatException ipfe) { in test_storeToXMLLjava_io_OutputStreamLjava_lang_StringLjava_lang_String()
910 "ojluni/src/main/java/java/util/InvalidPropertiesFormatException.java",