Class DecoderException

All Implemented Interfaces:
Serializable

public class DecoderException extends RuntimeException
A RuntimeException that gets thrown by a Decoder, if the decoding of a value isn't possible.
See Also:
  • Constructor Details

    • DecoderException

      public DecoderException(String message)
      Creates a new instance with a message.
      Parameters:
      message - the associated message
    • DecoderException

      public DecoderException(Throwable cause)
      Creates a new instance with a cause.
      Parameters:
      cause - the associated cause
    • DecoderException

      public DecoderException(String message, Throwable cause)
      Creates a new instance with a message and a cause.
      Parameters:
      message - the associated message
      cause - the associated cause