- 所有已实现的接口:
- Serializable
- 直接已知子类:
- DecodingException, EncodingException, ResolvingException
public class CodecException
extends RuntimeException
Exception class for Codec operations.
This class extends RuntimeException and is used to handle exceptions that occur during the encoding and decoding process in the fastproto library.
It provides constructors to create an exception with a message, a cause, or both.
This exception is thrown when there are issues during the encoding or decoding process.
- 从以下版本开始:
- 1.0.0
- 作者:
- Deng Ran
- 另请参阅:
- 序列化表格