ssz / 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

open class EndOfSSZException : SSZException

Indicates the end of the SSZ source has been reached unexpectedly.

InvalidSSZTypeException

open class InvalidSSZTypeException : SSZException

Indicates that an unexpected type was encountered when decoding SSZ.