JavaTM 2 Platform
Standard Ed. 6

java.util
類別 InvalidPropertiesFormatException

java.lang.Object
  繼承者 java.lang.Throwable
      繼承者 java.lang.Exception
          繼承者 java.io.IOException
              繼承者 java.util.InvalidPropertiesFormatException
所有已實作的介面:
Serializable

public class InvalidPropertiesFormatException
extends IOException

當按照 Properties 規範,輸入內容不符合屬性集的正確 XML 文檔型別,從而無法完成操作時,拋出此異常。

注意,雖然 InvalidPropertiesFormatException 從 Exception 繼承了 Serializable 介面,但是它並非 Serializable。實作適當的序列化方法會拋出 NotSerializableException。

從以下版本開始:
1.5
另請參見:
Properties

建構子摘要
InvalidPropertiesFormatException(String message)
          建構一個帶指定詳細訊息的 InvalidPropertiesFormatException。
InvalidPropertiesFormatException(Throwable cause)
          建構一個帶指定原因的 InvalidPropertiesFormatException。
 
方法摘要
 
從類別 java.lang.Throwable 繼承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

建構子詳細資訊

InvalidPropertiesFormatException

public InvalidPropertiesFormatException(Throwable cause)
建構一個帶指定原因的 InvalidPropertiesFormatException。

參數:
cause - 原因(保存此原因,以便將來通過 Throwable#ggetCause() 方法進行獲取)。

InvalidPropertiesFormatException

public InvalidPropertiesFormatException(String message)
建構一個帶指定詳細訊息的 InvalidPropertiesFormatException。

參數:
message - 詳細訊息。保存該詳細訊息,以便將來通過 Throwable.getMessage() 方法進行獲取。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only