Package tech.ydb.yoj.databind.schema
Class BindingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
tech.ydb.yoj.databind.schema.BindingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConstructionException,CustomConverterException,FieldValueException
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBindingException(Throwable cause, @NonNull Function<Throwable, String> msgFunc) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BindingException
-