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.
Properties
Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public | InvalidPropertiesFormatException(Throwable
the cause (which is saved for later retrieval by the
cause)Throwable#getCause() method).Constructs an InvalidPropertiesFormatException with the specified cause. |
public | InvalidPropertiesFormatException(String
the detail message. The detail message is saved for
later retrieval by the message)Throwable#getMessage() method.Constructs an InvalidPropertiesFormatException with the specified detail message. |
Modifier and Type | Method and Description |
---|---|
private void | readObject(ObjectInputStream
the in)ObjectInputStream from which data is readHides java. Throws NotSerializableException, since InvalidPropertiesFormatException objects are not intended to be serializable. |
private void | writeObject(ObjectOutputStream
the out)ObjectOutputStream to which data is writtenHides java. Throws NotSerializableException, since InvalidPropertiesFormatException objects are not intended to be serializable. |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
InvalidPropertiesFormatException | back to summary |
---|---|
public InvalidPropertiesFormatException(Throwable cause) Constructs an InvalidPropertiesFormatException with the specified cause.
|
InvalidPropertiesFormatException | back to summary |
---|---|
public InvalidPropertiesFormatException(String message) Constructs an InvalidPropertiesFormatException with the specified detail message.
|
readObject | back to summary |
---|---|
private void readObject(ObjectInputStream in) throws NotSerializableException Hides java. Throws NotSerializableException, since InvalidPropertiesFormatException objects are not intended to be serializable.
|
writeObject | back to summary |
---|---|
private void writeObject(ObjectOutputStream out) throws NotSerializableException Hides java. Throws NotSerializableException, since InvalidPropertiesFormatException objects are not intended to be serializable.
|