public enum OFErrorType extends Enum<OFErrorType>
Modifier and Type | Method and Description |
---|---|
static OFErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFErrorType HELLO_FAILED
public static final OFErrorType BAD_REQUEST
public static final OFErrorType BAD_ACTION
public static final OFErrorType FLOW_MOD_FAILED
public static final OFErrorType PORT_MOD_FAILED
public static final OFErrorType QUEUE_OP_FAILED
public static final OFErrorType BAD_INSTRUCTION
public static final OFErrorType BAD_MATCH
public static final OFErrorType GROUP_MOD_FAILED
public static final OFErrorType TABLE_MOD_FAILED
public static final OFErrorType SWITCH_CONFIG_FAILED
public static final OFErrorType ROLE_REQUEST_FAILED
public static final OFErrorType EXPERIMENTER
public static final OFErrorType METER_MOD_FAILED
public static final OFErrorType TABLE_FEATURES_FAILED
public static final OFErrorType BAD_PROPERTY
public static final OFErrorType ASYNC_CONFIG_FAILED
public static final OFErrorType FLOW_MONITOR_FAILED
public static final OFErrorType BUNDLE_FAILED
public static OFErrorType[] values()
for (OFErrorType c : OFErrorType.values()) System.out.println(c);
public static OFErrorType 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 © 2015. All rights reserved.