Uses of Class
com.intergral.deep.agent.api.plugin.EvaluationException
-
Packages that use EvaluationException Package Description com.intergral.deep.agent.api.plugin com.intergral.deep.agent.tracepoint.handler -
-
Uses of EvaluationException in com.intergral.deep.agent.api.plugin
Methods in com.intergral.deep.agent.api.plugin that throw EvaluationException Modifier and Type Method Description StringISnapshotContext. evaluateExpression(String expression)Evaluate an expression in the frame of the tracepoint that triggered this snapshot. -
Uses of EvaluationException in com.intergral.deep.agent.tracepoint.handler
Methods in com.intergral.deep.agent.tracepoint.handler that throw EvaluationException Modifier and Type Method Description StringFrameProcessor. evaluateExpression(String expression)Evaluate an expression in the frame of the tracepoint that triggered this snapshot.
-