Class PathException
- 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.PathException
-
- All Implemented Interfaces:
java.io.Serializable
public class PathException extends QueryProcessException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PathException()PathException(java.lang.String message)PathException(java.lang.String message, int errorCode)
-
Method Summary
-
Methods inherited from class org.apache.iotdb.commons.exception.IoTDBException
getErrorCode, isUserException
-
-