Note, that although InvalidPropertiesFormatException inherits Serializable interface from Exception, it is not intended to be Serializable. Appropriate serialization methods are implemented to throw NotSerializableException.
| Constructor Summary | ||
| InvalidPropertiesFormatException(String message) Constructs an InvalidPropertiesFormatException with the specified
detail message. |
||
| InvalidPropertiesFormatException(Throwable cause) Constructs an InvalidPropertiesFormatException with the specified
cause. |
| Methods inherited from class java.lang.Throwable |
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |