RAISE_JAVA_EXCEPTION_IN_AVAIL
RAISE_JAVA_EXCEPTION_IN_AVAIL("«raise Java exception in Avail»", functionType(
tuple(
pojoTypeForClass(Throwable::class.java)),
bottom), null)
Content copied to clipboard
The HookType for a hook that holds the A_Function to invoke when an exception is caught in a Pojo invocation of a Java method or CallbackSystem.Callback.
Properties
Link copied to clipboard
A supplier of a default A_Function to use for this hook type.
Link copied to clipboard