Class LogicalOptimizeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LogicalOptimizeException
    extends LogicalOperatorException
    This exception is thrown while meeting error in optimizing logical operator.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.apache.iotdb.commons.exception.IoTDBException

        errorCode, isUserException
    • Method Summary

      • Methods inherited from class org.apache.iotdb.commons.exception.IoTDBException

        getErrorCode, isUserException
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LogicalOptimizeException

        public LogicalOptimizeException​(java.lang.String message)
      • LogicalOptimizeException

        public LogicalOptimizeException​(java.lang.String filterOperator,
                                        FilterConstant.FilterType filterType)
      • LogicalOptimizeException

        public LogicalOptimizeException​(org.apache.iotdb.commons.exception.IoTDBException e)