跳过导航链接
C D E F G H I M R S V 

C

CauseDetailsException - com.github.lontime.base.errors中的异常错误
cause.
CauseDetailsException(String) - 异常错误 的构造器com.github.lontime.base.errors.CauseDetailsException
 
ChineseErrorMessageDetector - com.github.lontime.base.errors中的类
Detector for built-in media type mappings.
ChineseErrorMessageDetector() - 类 的构造器com.github.lontime.base.errors.ChineseErrorMessageDetector
 
ChineseErrorMessageEnum - com.github.lontime.base.errors中的枚举
error.
com.github.lontime.base.errors - 程序包 com.github.lontime.base.errors
 
com.github.lontime.base.errors.spi - 程序包 com.github.lontime.base.errors.spi
 

D

detectErrorType(String) - 类 中的静态方法com.github.lontime.base.errors.ErrorTypes
 
detectErrorType(ErrorCodeEnum) - 类 中的静态方法com.github.lontime.base.errors.ErrorTypes
 
detectErrorTypeOptional(String) - 类 中的静态方法com.github.lontime.base.errors.ErrorTypes
 
detectErrorTypeOptional(ErrorCodeEnum) - 类 中的静态方法com.github.lontime.base.errors.ErrorTypes
 

E

ErrorCodeEnum - com.github.lontime.base.errors中的枚举
error code.
ErrorException - com.github.lontime.base.errors中的异常错误
error exception.
ErrorException(ErrorCodeEnum, String) - 异常错误 的构造器com.github.lontime.base.errors.ErrorException
 
ErrorException(String, String) - 异常错误 的构造器com.github.lontime.base.errors.ErrorException
 
ErrorException(String, String, Throwable) - 异常错误 的构造器com.github.lontime.base.errors.ErrorException
 
ErrorMessage - com.github.lontime.base.errors中的类
error.
ErrorMessage(String, String, Integer) - 类 的构造器com.github.lontime.base.errors.ErrorMessage
 
ErrorMessageDetector - com.github.lontime.base.errors.spi中的接口
error message.
ErrorMessageDetectorRegistry - com.github.lontime.base.errors中的类
 
ErrorMessageDetectorRegistry() - 类 的构造器com.github.lontime.base.errors.ErrorMessageDetectorRegistry
 
ErrorTypes - com.github.lontime.base.errors中的类
ErrorTypes.

F

from(String) - 异常错误 中的静态方法com.github.lontime.base.errors.CauseDetailsException
 
from(ErrorCodeEnum) - 异常错误 中的静态方法com.github.lontime.base.errors.ErrorException
ErrorException.
from(String, Throwable) - 异常错误 中的静态方法com.github.lontime.base.errors.ErrorException
ErrorException.
from(ErrorCodeEnum, String) - 异常错误 中的静态方法com.github.lontime.base.errors.ErrorException
ErrorException.
from(ErrorCodeEnum, Throwable) - 异常错误 中的静态方法com.github.lontime.base.errors.ErrorException
ErrorException.
from(ErrorCodeEnum, String, Throwable) - 异常错误 中的静态方法com.github.lontime.base.errors.ErrorException
ErrorException.
from(String) - 异常错误 中的静态方法com.github.lontime.base.errors.ErrorException
ErrorException.

G

get(String) - 类 中的静态方法com.github.lontime.base.errors.ErrorMessageDetectorRegistry
 
get() - 类 中的静态方法com.github.lontime.base.errors.ErrorMessageDetectorRegistry
 
getAll() - 类 中的静态方法com.github.lontime.base.errors.ErrorMessageDetectorRegistry
 
getCode() - 异常错误 中的方法com.github.lontime.base.errors.ErrorException
 
getFullStackTrace(Throwable) - 异常错误 中的静态方法com.github.lontime.base.errors.ErrorException
getFullStackTrace.
getOrSet(String, Function<String, ErrorMessageDetector>) - 类 中的静态方法com.github.lontime.base.errors.ErrorMessageDetectorRegistry
 
getOrSet(Function<String, ErrorMessageDetector>) - 类 中的静态方法com.github.lontime.base.errors.ErrorMessageDetectorRegistry
 
getStatusCode() - 异常错误 中的方法com.github.lontime.base.errors.ErrorException
 

H

HttpStatus - com.github.lontime.base.errors中的接口
Constants enumerating the HTTP status codes.

I

invalid(List<ConstraintViolation>) - 异常错误 中的静态方法com.github.lontime.base.errors.ErrorException
ErrorException.
invalid(ConstraintViolations) - 异常错误 中的静态方法com.github.lontime.base.errors.ErrorException
ErrorException.

M

map(ErrorCodeEnum) - 枚举 中的静态方法com.github.lontime.base.errors.ChineseErrorMessageEnum
 
map(String) - 枚举 中的静态方法com.github.lontime.base.errors.ChineseErrorMessageEnum
 

R

resolve(String) - 类 中的方法com.github.lontime.base.errors.ChineseErrorMessageDetector
 
resolve(ErrorCodeEnum) - 接口 中的方法com.github.lontime.base.errors.spi.ErrorMessageDetector
detect error message.
resolve(String) - 接口 中的方法com.github.lontime.base.errors.spi.ErrorMessageDetector
detect error message.

S

SC_ACCEPTED - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
202 Accepted (HTTP/1.0 - RFC 1945)
SC_BAD_GATEWAY - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
502 Bad Gateway (HTTP/1.0 - RFC 1945)
SC_BAD_REQUEST - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
400 Bad Request (HTTP/1.1 - RFC 2616)
SC_CONFLICT - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
409 Conflict (HTTP/1.1 - RFC 2616)
SC_CONTINUE - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
100 Continue (HTTP/1.1 - RFC 2616)
SC_CREATED - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
201 Created (HTTP/1.0 - RFC 1945)
SC_EXPECTATION_FAILED - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
417 Expectation Failed (HTTP/1.1 - RFC 2616)
SC_FAILED_DEPENDENCY - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
424 Failed Dependency (WebDAV - RFC 2518)
SC_FORBIDDEN - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
403 Forbidden (HTTP/1.0 - RFC 1945)
SC_GATEWAY_TIMEOUT - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
504 Gateway Timeout (HTTP/1.1 - RFC 2616)
SC_GONE - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
410 Gone (HTTP/1.1 - RFC 2616)
SC_HTTP_VERSION_NOT_SUPPORTED - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
505 HTTP Version Not Supported (HTTP/1.1 - RFC 2616)
SC_INSUFFICIENT_SPACE_ON_RESOURCE - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
Static constant for a 419 error.
SC_INSUFFICIENT_STORAGE - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
507 Insufficient Storage (WebDAV - RFC 2518)
SC_INTERNAL_SERVER_ERROR - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
500 Server Error (HTTP/1.0 - RFC 1945)
SC_LENGTH_REQUIRED - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
411 Length Required (HTTP/1.1 - RFC 2616)
SC_LOCKED - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
423 Locked (WebDAV - RFC 2518)
SC_METHOD_FAILURE - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
Static constant for a 420 error.
SC_METHOD_NOT_ALLOWED - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
405 Method Not Allowed (HTTP/1.1 - RFC 2616)
SC_MOVED_PERMANENTLY - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
301 Moved Permanently (HTTP/1.0 - RFC 1945)
SC_MOVED_TEMPORARILY - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
302 Moved Temporarily (Sometimes Found) (HTTP/1.0 - RFC 1945)
SC_MULTI_STATUS - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
207 Multi-Status (WebDAV - RFC 2518) or 207 Partial Update OK (HTTP/1.1 - draft-ietf-http-v11-spec-rev-01?)
SC_MULTIPLE_CHOICES - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
300 Mutliple Choices (HTTP/1.1 - RFC 2616)
SC_NO_CONTENT - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
204 No Content (HTTP/1.0 - RFC 1945)
SC_NON_AUTHORITATIVE_INFORMATION - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
203 Non Authoritative Information (HTTP/1.1 - RFC 2616)
SC_NOT_ACCEPTABLE - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
406 Not Acceptable (HTTP/1.1 - RFC 2616)
SC_NOT_FOUND - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
404 Not Found (HTTP/1.0 - RFC 1945)
SC_NOT_IMPLEMENTED - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
501 Not Implemented (HTTP/1.0 - RFC 1945)
SC_NOT_MODIFIED - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
304 Not Modified (HTTP/1.0 - RFC 1945)
SC_OK - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
200 OK (HTTP/1.0 - RFC 1945)
SC_PARTIAL_CONTENT - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
206 Partial Content (HTTP/1.1 - RFC 2616)
SC_PAYMENT_REQUIRED - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
402 Payment Required (HTTP/1.1 - RFC 2616)
SC_PRECONDITION_FAILED - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
412 Precondition Failed (HTTP/1.1 - RFC 2616)
SC_PROCESSING - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
102 Processing (WebDAV - RFC 2518)
SC_PROXY_AUTHENTICATION_REQUIRED - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
407 Proxy Authentication Required (HTTP/1.1 - RFC 2616)
SC_REQUEST_TIMEOUT - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
408 Request Timeout (HTTP/1.1 - RFC 2616)
SC_REQUEST_TOO_LONG - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
413 Request Entity Too Large (HTTP/1.1 - RFC 2616)
SC_REQUEST_URI_TOO_LONG - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
414 Request-URI Too Long (HTTP/1.1 - RFC 2616)
SC_REQUESTED_RANGE_NOT_SATISFIABLE - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
416 Requested Range Not Satisfiable (HTTP/1.1 - RFC 2616)
SC_RESET_CONTENT - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
205 Reset Content (HTTP/1.1 - RFC 2616)
SC_SEE_OTHER - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
303 See Other (HTTP/1.1 - RFC 2616)
SC_SERVICE_UNAVAILABLE - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
503 Service Unavailable (HTTP/1.0 - RFC 1945)
SC_SWITCHING_PROTOCOLS - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
101 Switching Protocols (HTTP/1.1 - RFC 2616)
SC_TEMPORARY_REDIRECT - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
307 Temporary Redirect (HTTP/1.1 - RFC 2616)
SC_TOO_MANY_REQUESTS - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
429 Too Many Requests (Additional HTTP Status Codes - RFC 6585)
SC_UNAUTHORIZED - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
401 Unauthorized (HTTP/1.0 - RFC 1945)
SC_UNPROCESSABLE_ENTITY - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
422 Unprocessable Entity (WebDAV - RFC 2518)
SC_UNSUPPORTED_MEDIA_TYPE - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
415 Unsupported Media Type (HTTP/1.1 - RFC 2616)
SC_USE_PROXY - 接口 中的静态变量com.github.lontime.base.errors.HttpStatus
305 Use Proxy (HTTP/1.1 - RFC 2616)
SORT_NUM_CHINESE - 接口 中的静态变量com.github.lontime.base.errors.spi.ErrorMessageDetector
 
SORT_NUM_DEFAULT - 接口 中的静态变量com.github.lontime.base.errors.spi.ErrorMessageDetector
 
sortNum() - 类 中的方法com.github.lontime.base.errors.ChineseErrorMessageDetector
 
sortNum() - 接口 中的方法com.github.lontime.base.errors.spi.ErrorMessageDetector
sortNum.

V

valueOf(String) - 枚举 中的静态方法com.github.lontime.base.errors.ChineseErrorMessageEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.github.lontime.base.errors.ErrorCodeEnum
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.github.lontime.base.errors.ChineseErrorMessageEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.github.lontime.base.errors.ErrorCodeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
C D E F G H I M R S V 
跳过导航链接

Copyright © 2022. All rights reserved.