tuweni / org.apache.tuweni.rlp / RLPException

RLPException

open class RLPException : RuntimeException (source)

Base type for all RLP encoding and decoding exceptions.

Constructors

<init>

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

Inheritors

EndOfRLPException

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

open class EndOfRLPException : RLPException

InvalidRLPEncodingException

Indicates that invalid RLP encoding was encountered.

open class InvalidRLPEncodingException : RLPException

InvalidRLPTypeException

Indicates that an unexpected type was encountered when decoding RLP.

open class InvalidRLPTypeException : RLPException