java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.io.IOException | |||
↳ | java.util.InvalidPropertiesFormatException |
An InvalidPropertiesFormatException
is thrown if loading the XML
document defining the properties does not follow the Properties
specification.
Even though this Exception inherits the Serializable
interface, it is not
serializable. The methods used for serialization throw
NotSerializableException
s.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new
InvalidPropertiesFormatException with the
current stack trace and message filled in.
| |||||||||||
Constructs a new
InvalidPropertiesFormatException with the cause
for the Exception.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
|
Constructs a new InvalidPropertiesFormatException
with the
current stack trace and message filled in.
m | the detail message for the exception. |
---|
Constructs a new InvalidPropertiesFormatException
with the cause
for the Exception.
c | the cause for the Exception. |
---|