| Package | Description |
|---|---|
| com.vmware.vapi.std.errors |
The
com.vmware.vapi.std.errors package provides the standard exceptions
that can be included in the list of exceptions in the specification of methods
to indicate that the method might report those exceptions. |
| Modifier and Type | Method and Description |
|---|---|
Error.Type.Values |
Error.Type.getEnumValue()
Returns a native Java
enum constant representing this enumeration
constant. |
static Error.Type.Values |
Error.Type.Values.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Error.Type.Values[] |
Error.Type.Values.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.