public class InvalidPropertiesFormatException extends IOException
Properties
规范。
请注意,尽管InvalidPropertiesFormatException从Exception继承Serializable接口,但它并不是可串行化的。 实现适当的序列化方法来抛出NotSerializableException。
Properties
Constructor and Description |
---|
InvalidPropertiesFormatException(String message)
使用指定的详细消息构造InvalidPropertiesFormatException。
|
InvalidPropertiesFormatException(Throwable cause)
构造具有指定原因的InvalidPropertiesFormatException。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidPropertiesFormatException(Throwable cause)
cause
- 原因(由
Throwable.getCause()
方法保存供以后检索)。
public InvalidPropertiesFormatException(String message)
message
- 详细信息。
保存详细信息供以后通过Throwable.getMessage()
检索 。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.