public static enum Assert.ExceptionType extends Enum<Assert.ExceptionType>
| 枚举常量和说明 |
|---|
ILLEGAL_ARGUMENT |
ILLEGAL_STATE |
NULL_POINT |
UNEXPECTED_FAILURE |
UNREACHABLE_CODE |
UNSUPPORTED_OPERATION |
public static final Assert.ExceptionType ILLEGAL_ARGUMENT
public static final Assert.ExceptionType ILLEGAL_STATE
public static final Assert.ExceptionType NULL_POINT
public static final Assert.ExceptionType UNREACHABLE_CODE
public static final Assert.ExceptionType UNEXPECTED_FAILURE
public static final Assert.ExceptionType UNSUPPORTED_OPERATION
public static Assert.ExceptionType[] values()
for (Assert.ExceptionType c : Assert.ExceptionType.values()) System.out.println(c);
public static Assert.ExceptionType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2006–2018 TinyGroup. All rights reserved.