JavaTM 2 Platform
Standard Ed. 6

java.io
類別 StreamCorruptedException

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

public class StreamCorruptedException
extends ObjectStreamException

當從物件串流中讀取的控制資訊與內部一致性檢查相衝突時,拋出此異常。

從以下版本開始:
JDK1.1
另請參見:
序列化表格

建構子摘要
StreamCorruptedException()
          創建一個 StreamCorruptedException,但不列出拋出異常的原因。
StreamCorruptedException(String reason)
          創建一個 StreamCorruptedException 並列出拋出異常的一個原因。
 
方法摘要
 
從類別 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
 

建構子詳細資訊

StreamCorruptedException

public StreamCorruptedException(String reason)
創建一個 StreamCorruptedException 並列出拋出異常的一個原因。

參數:
reason - 描述該異常原因的字元串。

StreamCorruptedException

public StreamCorruptedException()
創建一個 StreamCorruptedException,但不列出拋出異常的原因。


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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