Package org.apache.druid.math.expr
Class ExpressionProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.apache.druid.java.util.common.ISE
org.apache.druid.math.expr.ExpressionProcessingException
- All Implemented Interfaces:
Serializable,SanitizableException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExpressionProcessingException(NamedFunction fn, String msg, Object... formatArgs) ExpressionProcessingException(NamedFunction fn, Throwable e, String msg, Object... formatArgs) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExpressionProcessingException
-
ExpressionProcessingException
public ExpressionProcessingException(NamedFunction fn, Throwable e, String msg, Object... formatArgs)
-