public class InvalidPreferencesFormatException extends 异常
Preferences
规范。
Preferences
, Serialized Form
Constructor and Description |
---|
InvalidPreferencesFormatException(String message)
使用指定的详细消息构造InvalidPreferencesFormatException。
|
InvalidPreferencesFormatException(String message, Throwable cause)
构造一个InvalidPreferencesFormatException与指定的详细信息和原因。
|
InvalidPreferencesFormatException(Throwable cause)
构造一个具有指定原因的InvalidPreferencesFormatException。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidPreferencesFormatException(Throwable cause)
cause
- 原因(由
Throwable.getCause()
方法保存供以后检索)。
public InvalidPreferencesFormatException(String message)
message
- 详细信息。
保存详细信息以供以后通过Throwable.getMessage()
检索 。
public InvalidPreferencesFormatException(String message, Throwable cause)
message
- 详细信息。
保存详细信息以供以后通过Throwable.getMessage()
检索 。
cause
- 原因(由
Throwable.getCause()
方法保存供以后检索)。
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.