Class 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
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
LogicalOptimizeException
public class LogicalOperatorException extends QueryProcessException
This exception is thrown while meeting error in transforming logical operator to physical plan.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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)
-
Method Summary
-
Methods inherited from class org.apache.iotdb.commons.exception.IoTDBException
getErrorCode, isUserException
-
-
-
-
Constructor Detail
-
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)
-
-