Package io.bytestreams.codec.core.util
Class ConverterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.bytestreams.codec.core.util.ConverterException
- All Implemented Interfaces:
Serializable
Exception thrown when a
Converter conversion fails.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConverterException(String message, Throwable cause) Creates a new ConverterException with the given message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConverterException
Creates a new ConverterException with the given message and cause.- Parameters:
message- the error messagecause- the underlying cause
-