Class CtxEvalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.qubership.atp.macros.core.processor.CtxEvalException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCtxEvalException(String message, AbstractContext ctx) Wraps a macro context with cause exception.CtxEvalException(String message, AbstractContext 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
-
Method Details