public static enum JobImpl.ReadErrorType extends Enum<JobImpl.ReadErrorType>
| Enum Constant and Description |
|---|
CLASSNOTFOUNDEXCEPTION |
NONE |
OTHER_EXCEPTION |
RUNTIMEEXCEPTION |
| Modifier and Type | Method and Description |
|---|---|
static JobImpl.ReadErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobImpl.ReadErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobImpl.ReadErrorType NONE
public static final JobImpl.ReadErrorType RUNTIMEEXCEPTION
public static final JobImpl.ReadErrorType CLASSNOTFOUNDEXCEPTION
public static final JobImpl.ReadErrorType OTHER_EXCEPTION
public static JobImpl.ReadErrorType[] values()
for (JobImpl.ReadErrorType c : JobImpl.ReadErrorType.values()) System.out.println(c);
public static JobImpl.ReadErrorType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2007–2023 The Apache Software Foundation. All rights reserved.