QueryRequestParser(String query) 构造函数
定义
CONSTRUCTOR Create an instance of the QueryRequestParser based on the provided query.
public QueryRequestParser(String query)
参数
- query
- String
is the name of the blob (file name in the blob)
例外
IllegalArgumentException
if the query is null, empty, or not valid.