Home
last modified time | relevance | path

Searched refs:InvalidPropertiesFormatException (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
DInvalidPropertiesFormatExceptionTest.java26 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()
/libcore/ojluni/src/main/java/java/util/
DInvalidPropertiesFormatException.java46 public class InvalidPropertiesFormatException extends IOException { class
57 public InvalidPropertiesFormatException(Throwable cause) { in InvalidPropertiesFormatException() method in InvalidPropertiesFormatException
69 public InvalidPropertiesFormatException(String message) { in InvalidPropertiesFormatException() method in InvalidPropertiesFormatException
DXMLUtils.java71 throws IOException, InvalidPropertiesFormatException in load()
77 throw new InvalidPropertiesFormatException(saxe); in load()
82 throw new InvalidPropertiesFormatException( in load()
DProperties.java881 throws IOException, InvalidPropertiesFormatException in loadFromXML()
/libcore/ojluni/annotations/hiddenapi/java/util/
DProperties.java93 throws java.io.IOException, java.util.InvalidPropertiesFormatException { in loadFromXML()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DPropertiesTest.java37 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()
/libcore/
Dopenjdk_java_files.bp910 "ojluni/src/main/java/java/util/InvalidPropertiesFormatException.java",