Package tech.ydb.yoj.databind.schema
Class ConstructionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
tech.ydb.yoj.databind.schema.BindingException
tech.ydb.yoj.databind.schema.ConstructionException
- All Implemented Interfaces:
Serializable
Could not construct object according to
Schema with the specified field value.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructionException(@NonNull Constructor<?> ctor, @NonNull Object[] args, Throwable 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
-
ConstructionException
public ConstructionException(@NonNull @NonNull Constructor<?> ctor, @NonNull @NonNull Object[] args, @Nullable Throwable cause)
-