public final class MethodException extends RuntimeException
有关方法(Method)的使用、调用、解析异常和警告的异常抛出
Method related exception/warning class
Exception throws about the use, invocation, parsing exceptions, and warnings of methods
program: Sinlmao Commons Network Utils
description: 方法(Method)相关异常/警告类
create: 2019-09-01 02:24
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
MethodInappropriate
返回一个方法不恰当使用异常说明
Return a method improper use exception description
|
static String |
SimultaneouslySetInputDataAndQueryParamsInappropriate
返回当方法为GET时,同时使用InputData和QueryParams是不标准的异常说明
Return a when the method is GET, using both InputData and QueryParams is not a standard exception description
|
| 构造器和说明 |
|---|
MethodException(String message)
构建一个方法(Method)相关异常/警告
Build a Method related exception/warning
|
public static final String MethodInappropriate
Return a method improper use exception description
public static final String SimultaneouslySetInputDataAndQueryParamsInappropriate
Return a when the method is GET, using both InputData and QueryParams is not a standard exception description
public MethodException(String message)
Build a Method related exception/warning
message - 异常/警告信息 Copyright © 2020. All rights reserved.