An {@code InvalidPropertiesFormatException} is thrown if loading the XML
document defining the properties does not follow the {@code Properties}
specification.
Even though this Exception inherits the {@code Serializable} interface, it is not
serializable. The methods used for serialization throw
{@code NotSerializableException}s. |