| Package | Description |
|---|---|
| org.gcube.vremanagement.executor.exception |
| Modifier and Type | Class and Description |
|---|---|
class |
InputsNullException |
class |
InvalidInputsException |
class |
LaunchException |
class |
PluginInstanceNotFoundException |
class |
PluginNotFoundException |
class |
SchedulerRemoveException |
class |
UnableToInterruptTaskException |
| Modifier and Type | Method and Description |
|---|---|
static <EE extends ExecutorException> |
SmartExecutorExceptionMapper.marshal(EE object)
Return the String serialization of a given resource
|
static <T extends OutputStream,EE extends ExecutorException> |
SmartExecutorExceptionMapper.marshal(EE object,
T stream)
Write the serialization of a given resource to a given
OutputStream . |
static <T extends Writer,EE extends ExecutorException> |
SmartExecutorExceptionMapper.marshal(EE object,
T writer)
Write the serialization of a given resource to a given
Writer . |
static <EE extends ExecutorException> |
SmartExecutorExceptionMapper.unmarshal(Class<EE> clz,
InputStream stream)
Creates a resource of given class from its serialization in a given
InputStream. |
static <EE extends ExecutorException> |
SmartExecutorExceptionMapper.unmarshal(Class<EE> clz,
Reader reader)
Creates a resource of given class from its serialization in a given
Reader. |
static <EE extends ExecutorException> |
SmartExecutorExceptionMapper.unmarshal(Class<EE> clz,
String string)
Creates a resource of given class from its serialization in a given String
|
Copyright © 2022. All Rights Reserved.