Class EvaluationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.intergral.deep.agent.api.plugin.EvaluationException
-
- All Implemented Interfaces:
Serializable
public class EvaluationException extends Exception
This exception is thrown when a plugin tried to evaluate an expression that fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EvaluationException(String expression, Throwable cause)
Create a new exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExpression()
Get the expression.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-