An
exception of this type is thrown by
Properties.loadFromXML( ) if the specified input
stream does not contain appropriate XML.
Figure 16-35. java.util.InvalidPropertiesFormatException
public class
InvalidPropertiesFormatException extends java.io.IOException {
// Public Constructors
public
InvalidPropertiesFormatException (String
message );
public
InvalidPropertiesFormatException (Throwable
cause );
}