Java in a Nutshell, 5th Edition [Electronic resources]

نسخه متنی -صفحه : 1191/ 724
نمايش فراداده

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( )