Enum Class SystemMessage

java.lang.Object
java.lang.Enum<SystemMessage>
cn.openjava.basic.format.message.SystemMessage
所有已实现的接口:
IMessage, Serializable, Comparable<SystemMessage>, Constable

public enum SystemMessage extends Enum<SystemMessage> implements IMessage
异常会话
  • 枚举常量详细资料

    • INFO

      public static final SystemMessage INFO
      消息
    • SUCCESS

      public static final SystemMessage SUCCESS
      成功
    • NORMAL_WARNING

      public static final SystemMessage NORMAL_WARNING
      警告
    • NORMAL_ERROR

      public static final SystemMessage NORMAL_ERROR
      错误
    • EXCEPTION

      public static final SystemMessage EXCEPTION
      系统异常
    • PARAM_PARSE_EXCEPTION

      public static final SystemMessage PARAM_PARSE_EXCEPTION
      参数解析异常
    • NULL_POINTER_EXCEPTION

      public static final SystemMessage NULL_POINTER_EXCEPTION
      空指针异常
    • RESULT_NOT_ALLOWED_EXCEPTION

      public static final SystemMessage RESULT_NOT_ALLOWED_EXCEPTION
      类型异常
    • THROWABLE_EXCEPTION

      public static final SystemMessage THROWABLE_EXCEPTION
      异常抛出
    • NUMBER_CONVERT_EXCEPTION

      public static final SystemMessage NUMBER_CONVERT_EXCEPTION
      数字转换异常
    • METHOD_ARGUMENT_TYPE_MISMATCH_EXCEPTION

      public static final SystemMessage METHOD_ARGUMENT_TYPE_MISMATCH_EXCEPTION
      参数类型不匹配异常
    • REFLECT_HANDLER_EXCEPTION

      public static final SystemMessage REFLECT_HANDLER_EXCEPTION
      反射处理异常
    • DOWNLOAD_FILE_EXCEPTION

      public static final SystemMessage DOWNLOAD_FILE_EXCEPTION
      文件下载异常
    • USER_DEFINED_EXCEPTION

      public static final SystemMessage USER_DEFINED_EXCEPTION
      用户自定义异常
  • 方法详细资料

    • values

      public static SystemMessage[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      返回:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SystemMessage valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - 如果参数为空值