March 2005
Beginner to intermediate
1254 pages
104h 21m
English
InvalidPropertiesFormatException
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); }
Properties.loadFromXML( )
Read now
Unlock full access