Class CtxEvalException

All Implemented Interfaces:
Serializable

public class CtxEvalException extends EvalException
See Also:
  • Constructor Details

    • CtxEvalException

      public CtxEvalException(@Nonnull String message, @Nonnull MacroContextBase ctx, @Nullable Throwable cause)
      Wraps a macro context with cause exception.
    • CtxEvalException

      public CtxEvalException(@Nonnull String message, @Nonnull EvaluationContext ctx)
    • CtxEvalException

      public CtxEvalException(@Nonnull String message, @Nonnull EvaluationContext ctx, @Nullable Throwable cause)
      Wraps a macro context with cause exception.
    • CtxEvalException

      public CtxEvalException(@Nonnull String message, @Nonnull MacroContextBase ctx)
  • Method Details