Class LogicalOperatorException

    • 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

      • 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)