public class java.util
InvalidPropertiesFormatException


Show All Login
Java SE 6
  
Extends: Throwable > Exception > IOException
Details
Thrown to indicate that an operation could not complete because the input did not conform to the appropriate XML document type for a collection of properties, as per the Properties specification.

Note, that although InvalidPropertiesFormatException inherits Serializable interface from Exception, it is not intended to be Serializable. Appropriate serialization methods are implemented to throw NotSerializableException.
version1.4 05/11/17
since1.5
serialexclude
See also java.util.Properties


Constructors
public InvalidPropertiesFormatException(Throwable cause) Details
Constructs an InvalidPropertiesFormatException with the specified cause.
causethe cause (which is saved for later retrieval by the Throwable#getCause() method).
public InvalidPropertiesFormatException(String message) Details
Constructs an InvalidPropertiesFormatException with the specified detail message.
messagethe detail message. The detail message is saved for later retrieval by the Throwable#getMessage() method.