java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.wjybxx.dson.io.DsonIOException
cn.wjybxx.dsoncodec.DsonCodecException
- 所有已实现的接口:
Serializable
- 作者:
- wjybxx date - 2023/4/22
- 另请参阅:
-
构造器概要
构造器构造器说明DsonCodecException(String message) DsonCodecException(String message, Throwable cause) DsonCodecException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) DsonCodecException(Throwable cause) -
方法概要
修饰符和类型方法说明static DsonCodecExceptionenumAbsent(Class<?> declared, String value) static DsonCodecExceptionincompatible(DsonType expected, DsonType dsonType) static DsonCodecExceptionincompatible(Class<?> declared, DsonType dsonType) static <T> DsonCodecExceptionincompatible(Class<?> declared, T classId) static DsonCodecExceptionunsupportedKeyType(Class<?> type) static DsonCodecExceptionunsupportedType(Class<?> type) static DsonCodecException从类继承的方法 cn.wjybxx.dson.io.DsonIOException
bytesRemain, containsHeaderDirectly, contextError, contextError, contextErrorTopLevel, dsonTypeMismatch, invalidDsonType, invalidDsonType, invalidState, invalidState, invalidTokenType, invalidTokenType, invalidTopDsonType, recursionLimitExceeded, unexpectedName, unexpectedName, unexpectedSubType, wrap
-
构造器详细资料
-
DsonCodecException
public DsonCodecException() -
DsonCodecException
-
DsonCodecException
-
DsonCodecException
-
DsonCodecException
-
-
方法详细资料
-
wrap
-
unsupportedType
-
unsupportedKeyType
-
enumAbsent
-
incompatible
-
incompatible
-
incompatible
-