Package | Description |
---|---|
com.vmware.vapi.std |
The
com.vmware.vapi.std package provides standard types that can be used
in the interface specification of any interface. |
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 |
---|---|
ErrorsFactory |
StdFactory.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 |
---|---|
static ErrorsFactory |
ErrorsFactory.getFactory(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|