open class SSZException : RuntimeException
(source)
Base type for all SSZ encoding and decoding exceptions.
<init> |
SSZException(message: String!) SSZException(cause: Throwable!) SSZException(message: String!, cause: Throwable!) |
EndOfSSZException |
Indicates the end of the SSZ source has been reached unexpectedly. open class EndOfSSZException : SSZException |
InvalidSSZTypeException |
Indicates that an unexpected type was encountered when decoding SSZ. open class InvalidSSZTypeException : SSZException |