Class Codec.DecodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.codemine.java.postgresql.codecs.Codec.DecodingException
- All Implemented Interfaces:
Serializable
Thrown when a text or binary value cannot be parsed into the expected type.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDecodingException(CharSequence input, int offset, String message) DecodingException(CharSequence input, String message) DecodingException(String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DecodingException
-
DecodingException
-
DecodingException
-