JavaTM 2 Platform
Standard Ed. 6

java.io
類別 ObjectStreamException

java.lang.Object
  繼承者 java.lang.Throwable
      繼承者 java.lang.Exception
          繼承者 java.io.IOException
              繼承者 java.io.ObjectStreamException
所有已實作的介面:
Serializable
直接已知子類別:
InvalidClassException, InvalidObjectException, NotActiveException, NotSerializableException, OptionalDataException, StreamCorruptedException, WriteAbortedException

public abstract class ObjectStreamException
extends IOException

特定於 Object Stream 類別的所有異常的父級類別。

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

建構子摘要
protected ObjectStreamException()
          創建一個 ObjectStreamException。
protected ObjectStreamException(String classname)
          創建具有指定參數的 ObjectStreamException。
 
方法摘要
 
從類別 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
 

建構子詳細資訊

ObjectStreamException

protected ObjectStreamException(String classname)
創建具有指定參數的 ObjectStreamException。

參數:
classname - 異常的詳細訊息

ObjectStreamException

protected ObjectStreamException()
創建一個 ObjectStreamException。


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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