public enum BmlbErrorCode extends Enum<BmlbErrorCode>
Enum Constant and Description |
---|
FAILEDOPERATION |
INTERNALERROR |
INVALIDPARAMETER |
RESOURCEINUSE |
RESOURCENOTFOUND |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static BmlbErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BmlbErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BmlbErrorCode FAILEDOPERATION
public static final BmlbErrorCode INTERNALERROR
public static final BmlbErrorCode INVALIDPARAMETER
public static final BmlbErrorCode RESOURCEINUSE
public static final BmlbErrorCode RESOURCENOTFOUND
public static BmlbErrorCode[] values()
for (BmlbErrorCode c : BmlbErrorCode.values()) System.out.println(c);
public static BmlbErrorCode 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 nullpublic String getValue()
Copyright © 2023. All rights reserved.