public enum ExceptionInfo extends Enum<ExceptionInfo>
| 枚举常量和说明 |
|---|
HE_OTHER
He other exception info.
|
HE_PRINTER
He printer exception info.
|
HE_SCANER
He scaner exception info.
|
public static final ExceptionInfo HE_PRINTER
public static final ExceptionInfo HE_SCANER
public static final ExceptionInfo HE_OTHER
public static ExceptionInfo[] values()
for (ExceptionInfo c : ExceptionInfo.values()) System.out.println(c);
public static ExceptionInfo valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2018. All rights reserved.