Team LiB
Previous Section Next Section

InvalidPropertiesFormatExceptionjava.util

Java 5.0serializable checked

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);  
}

Thrown By

Properties.loadFromXML( )

    Team LiB
    Previous Section Next Section