W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
java.lang.Object
|---java.lang.Throwable
|---|---java.lang.Exception
|---|---|---java.io.IOException
|---|---|---|---java.io.ObjectStreamException
|---|---|---|---|---java.io.StreamCorruptedException
public class StreamCorruptedException
extends ObjectStreamException
當(dāng)從對象流中讀取的控制信息違反內(nèi)部一致性檢查時拋出。
Since:
JDK1.1
構(gòu)造函數(shù) | 描述 |
---|---|
StreamCorruptedException() | 創(chuàng)建一個 StreamCorruptedException 并列出拋出的原因。 |
StreamCorruptedException(String reason) | 創(chuàng)建一個 StreamCorruptedException 并列出拋出的原因。 |
從類 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
從類 java.lang.Throwable 繼承的方法 |
---|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
public StreamCorruptedException(String reason)
創(chuàng)建一個 StreamCorruptedException 并列出拋出的原因。
參數(shù):
參數(shù)名稱 | 參數(shù)描述 |
---|---|
reason | 描述異常原因的字符串。 |
public StreamCorruptedException()
創(chuàng)建一個 StreamCorruptedException 并列出拋出的原因。
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: