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