类 LogicalOperatorException
- 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
-
- 所有已实现的接口:
java.io.Serializable
- 直接已知子类:
LogicalOptimizeException
public class LogicalOperatorException extends QueryProcessException
This exception is thrown while meeting error in transforming logical operator to physical plan.- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 LogicalOperatorException()
LogicalOperatorException(java.lang.String message)
LogicalOperatorException(java.lang.String message, int errorCode)
LogicalOperatorException(java.lang.String type, java.lang.String message)
LogicalOperatorException(org.apache.iotdb.commons.exception.IoTDBException e)
-
-
-
构造器详细资料
-
LogicalOperatorException
public LogicalOperatorException()
-
LogicalOperatorException
public LogicalOperatorException(java.lang.String message)
-
LogicalOperatorException
public LogicalOperatorException(java.lang.String message, int errorCode)
-
LogicalOperatorException
public LogicalOperatorException(java.lang.String type, java.lang.String message)
-
LogicalOperatorException
public LogicalOperatorException(org.apache.iotdb.commons.exception.IoTDBException e)
-
-