Class EncoderException

All Implemented Interfaces:
Serializable

public class EncoderException extends RuntimeException
A RuntimeException that gets thrown by an Encoder, if the encoding of a value isn't possible.
See Also:
  • Constructor Details

    • EncoderException

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

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

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