public final class QueryParamsException extends RuntimeException
有关查询参数(QueryParams)的使用、调用、解析异常和警告的异常抛出
Query parameters (QueryParams) related exception/warning class
Exception throws about the use, invocation, parsing exceptions, and warnings of query parameters (QueryParams)
program: Sinlmao Commons Network Utils
description: 查询参数(QueryParams)相关异常/警告类
create: 2019-11-06 17:24
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
AfterQueryParamsURLInappropriate
返回一个查询参数(QueryParams)设置后,不规范的URL使用行为
Return query parameter (QueryParams) after set, non-standard URL usage behavior
|
static String |
AfterSetQueryParamsCanNotUseForceInUrlSendData
返回一个查询参数(QueryParams)设置后,出现与强制URL传值方式的冲突
Return after set query parameter (QueryParams), there is a conflict with the forced URL value method.
|
| 构造器和说明 |
|---|
QueryParamsException(String message)
构建一个查询参数(QueryParams)相关异常/警告
Build a query parameters (QueryParams) related exception/warning
|
public static final String AfterQueryParamsURLInappropriate
Return query parameter (QueryParams) after set, non-standard URL usage behavior
public QueryParamsException(String message)
Build a query parameters (QueryParams) related exception/warning
message - 异常/警告信息 Copyright © 2021. All rights reserved.