InvalidPropertiesFormatException | java.util |
Java 5.0 | serializable checked |
An
exception of this type is thrown by
Properties.loadFromXML( ) if the specified input
stream does not contain appropriate XML.

public class InvalidPropertiesFormatException extends java.io.IOException {
// Public Constructors
public InvalidPropertiesFormatException(String message);
public InvalidPropertiesFormatException(Throwable cause);
}
Thrown By
Properties.loadFromXML( )
|