Class Codec.DecodingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.codemine.java.postgresql.codecs.Codec.DecodingException
All Implemented Interfaces:
Serializable
Enclosing interface:
Codec<A>

public static final class Codec.DecodingException extends Exception
Thrown when a text or binary value cannot be parsed into the expected type.
See Also:
  • Constructor Details

    • DecodingException

      public DecodingException(CharSequence input, int offset, String message)
    • DecodingException

      public DecodingException(CharSequence input, String message)
    • DecodingException

      public DecodingException(String message)