public enum ErrorCode extends Enum<ErrorCode>
| 枚举常量和说明 |
|---|
ArithmeticException
java.lang.ArithmeticException
|
CancellationException
java.util.concurrent.CancellationException
|
ClassCastException
java.lang.ClassCastException
|
ClassNotFoundException
java.lang.ClassNotFoundException
|
CommunicationsException
com.mysql.cj.jdbc.exceptions.CommunicationsException
|
ConnectException
java.net.ConnectException
|
DataAccessException
org.springframework.dao.DataAccessException
|
DataIntegrityViolationException
org.springframework.dao.DataIntegrityViolationException
|
DataTruncation
java.sql.DataTruncation
|
Exception
java.lang.Exception
|
HttpMessageConversionException
org.springframework.http.converter.HttpMessageConversionException
|
HttpRequestMethodNotSupportedException
org.springframework.web.HttpRequestMethodNotSupportedException
|
IllegalArgumentException
java.lang.IllegalArgumentException
|
IndexOutOfBoundsException
java.lang.IndexOutOfBoundsException
|
IOException
java.io.IOException
|
MethodArgumentTypeMismatchException
org.springframework.beans.TypeMismatchException
|
MissingRequestHeaderException
MissingRequestHeaderException
|
NoSuchMethodException
java.lang.NoSuchMethodException
|
NullPointerException
java.lang.NullPointerException
|
ParseException
java.text.ParseException
|
RepeatSubmitException
top.lshaci.framework.web.exception.RepeatSubmitException
|
SecurityException
java.lang.SecurityException
|
SQLException
java.sql.SQLException
|
TypeMismatchException
org.springframework.beans.TypeMismatchException
|
public static final ErrorCode RepeatSubmitException
public static final ErrorCode ArithmeticException
public static final ErrorCode SecurityException
public static final ErrorCode ClassCastException
public static final ErrorCode NullPointerException
public static final ErrorCode NoSuchMethodException
public static final ErrorCode ClassNotFoundException
public static final ErrorCode IllegalArgumentException
public static final ErrorCode IndexOutOfBoundsException
public static final ErrorCode DataAccessException
public static final ErrorCode DataIntegrityViolationException
public static final ErrorCode HttpMessageConversionException
public static final ErrorCode HttpRequestMethodNotSupportedException
public static final ErrorCode TypeMismatchException
public static final ErrorCode MethodArgumentTypeMismatchException
public static final ErrorCode MissingRequestHeaderException
public static final ErrorCode CommunicationsException
public static final ErrorCode IOException
public static final ErrorCode SQLException
public static final ErrorCode DataTruncation
public static final ErrorCode ParseException
public static final ErrorCode ConnectException
public static final ErrorCode CancellationException
public static final ErrorCode Exception
public static ErrorCode[] values()
for (ErrorCode c : ErrorCode.values()) System.out.println(c);
public static ErrorCode valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2020. All rights reserved.