public static enum MoPluginException.PluginErrorCode extends Enum<MoPluginException.PluginErrorCode>
| Enum Constant and Description |
|---|
CERT_ERROR
For invalid certificates
|
METADATA_PARSE |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
static MoPluginException.PluginErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MoPluginException.PluginErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MoPluginException.PluginErrorCode UNKNOWN
public static final MoPluginException.PluginErrorCode METADATA_PARSE
public static final MoPluginException.PluginErrorCode CERT_ERROR
public static MoPluginException.PluginErrorCode[] values()
for (MoPluginException.PluginErrorCode c : MoPluginException.PluginErrorCode.values()) System.out.println(c);
public static MoPluginException.PluginErrorCode 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 getMessage()
Copyright © 2016–2021. All rights reserved.