Class IntegraalInvokers.InvokerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.inria.rules.integraal.model.functions.IntegraalInvokers.InvokerException
- All Implemented Interfaces:
Serializable
- Enclosing class:
IntegraalInvokers
Custom exception for invoker errors.
This exception provides detailed information about the function name,
the arguments provided, and the cause of the error.
- Author:
- Florent Tornil, Guillaume Pérution-Kihli
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvokerException(String functionName, Term[] args, String message) Creates an exception with a custom error message.InvokerException(String functionName, Term[] args, String message, Throwable cause) Creates an exception with both a custom message and a root cause.InvokerException(String functionName, Term[] args, Throwable cause) Creates an exception wrapping the underlying evaluation cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvokerException
-
InvokerException
-
InvokerException
-