Class GandivaException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.arrow.gandiva.exceptions.GandivaException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EvaluatorClosedException, UnsupportedTypeException

public class GandivaException extends Exception
Base class for all specialized exceptions this package uses.
See Also:
  • Constructor Details

    • GandivaException

      public GandivaException(String msg)
    • GandivaException

      public GandivaException(String msg, Exception cause)
  • Method Details