Module org.apache.arrow.gandiva
Class EvaluatorClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.arrow.gandiva.exceptions.GandivaException
org.apache.arrow.gandiva.exceptions.EvaluatorClosedException
- All Implemented Interfaces:
Serializable
Indicates an attempted call to methods on a closed evaluator.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.arrow.gandiva.exceptions.GandivaException
toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
EvaluatorClosedException
public EvaluatorClosedException()
-