public class java.util
InvalidPropertiesFormatException


Tout montrer Connexion
Java SE 6
  
Hérite: Throwable > Exception > IOException
Détails
en
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
serial
en
exclude
Voir également java.util.Properties


Constructeurs
public InvalidPropertiesFormatException(Throwable cause) Détails
en
Constructs an InvalidPropertiesFormatException with the specified cause.
cause
en
the cause (which is saved for later retrieval by the Throwable#getCause() method).
public InvalidPropertiesFormatException(String message) Détails
en
Constructs an InvalidPropertiesFormatException with the specified detail message.
message
en
the detail message. The detail message is saved for later retrieval by the Throwable#getMessage() method.