Class ExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pipservices3.commons.errors.ApplicationException
org.pipservices3.commons.errors.BadRequestException
org.pipservices3.expressions.calculator.ExpressionException
- All Implemented Interfaces:
Serializable
public class ExpressionException
extends org.pipservices3.commons.errors.BadRequestException
Exception that can be thrown by Expression Calculator.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExpressionException
(String correlationId, String code, String message) ExpressionException
(String correlationId, String code, String message, int line, int column) -
Method Summary
Methods inherited from class org.pipservices3.commons.errors.ApplicationException
getCategory, getCauseString, getCode, getCorrelationId, getDetails, getMessage, getStackTraceString, getStatus, setCategory, setCauseString, setCode, setCorrelationId, setDetails, setMessage, setStackTraceString, setStatus, withCause, withCode, withCorrelationId, withDetails, withStackTrace, withStatus, wrap, wrapException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExpressionException
-
ExpressionException
-