tuweni / org.apache.tuweni.ssz / SSZException

SSZException

open class SSZException : RuntimeException (source)

Base type for all SSZ encoding and decoding exceptions.

Constructors

<init>

SSZException(message: String!)
SSZException(cause: Throwable!)
SSZException(message: String!, cause: Throwable!)

Inheritors

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