Class LogicalOptimizeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.iotdb.commons.exception.IoTDBException
-
- org.apache.iotdb.db.exception.query.QueryProcessException
-
- org.apache.iotdb.db.exception.query.LogicalOperatorException
-
- org.apache.iotdb.db.exception.query.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
-
-
Constructor Summary
Constructors Constructor Description LogicalOptimizeException(java.lang.String message)LogicalOptimizeException(java.lang.String filterOperator, FilterConstant.FilterType filterType)LogicalOptimizeException(org.apache.iotdb.commons.exception.IoTDBException e)
-
Method Summary
-
Methods inherited from class org.apache.iotdb.commons.exception.IoTDBException
getErrorCode, isUserException
-
-
-
-
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)
-
-