Class CtxEvalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.qubership.atp.dataset.macros.exception.EvalException
org.qubership.atp.dataset.macros.exception.CtxEvalException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCtxEvalException(String message, EvaluationContext ctx) CtxEvalException(String message, EvaluationContext ctx, Throwable cause) Wraps a macro context with cause exception.CtxEvalException(String message, MacroContextBase ctx) CtxEvalException(String message, MacroContextBase ctx, Throwable cause) Wraps a macro context with cause exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
CtxEvalException
public CtxEvalException(@Nonnull String message, @Nonnull MacroContextBase ctx, @Nullable Throwable cause) Wraps a macro context with cause exception. -
CtxEvalException
-
CtxEvalException
public CtxEvalException(@Nonnull String message, @Nonnull EvaluationContext ctx, @Nullable Throwable cause) Wraps a macro context with cause exception. -
CtxEvalException
-
-
Method Details