Class ConverterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.bytestreams.codec.core.util.ConverterException
All Implemented Interfaces:
Serializable

public class ConverterException extends RuntimeException
Exception thrown when a Converter conversion fails.
See Also:
  • Constructor Details

    • ConverterException

      public ConverterException(String message, Throwable cause)
      Creates a new ConverterException with the given message and cause.
      Parameters:
      message - the error message
      cause - the underlying cause