Uses of Class
org.gcube.vremanagement.executor.exception.ExecutorException
Packages that use ExecutorException
-
Uses of ExecutorException in org.gcube.vremanagement.executor.exception
Subclasses of ExecutorException in org.gcube.vremanagement.executor.exceptionModifier and TypeClassDescriptionclassclassclassclassclassclassclassMethods in org.gcube.vremanagement.executor.exception with type parameters of type ExecutorExceptionModifier and TypeMethodDescriptionstatic <EE extends ExecutorException>
StringSmartExecutorExceptionMapper.marshal(EE object) Return the String serialization of a given resourcestatic <T extends OutputStream,EE extends ExecutorException>
TSmartExecutorExceptionMapper.marshal(EE object, T stream) Write the serialization of a given resource to a givenOutputStream.static <T extends Writer,EE extends ExecutorException>
TSmartExecutorExceptionMapper.marshal(EE object, T writer) Write the serialization of a given resource to a givenWriter.static <EE extends ExecutorException>
EESmartExecutorExceptionMapper.unmarshal(Class<EE> clz, InputStream stream) Creates a resource of given class from its serialization in a givenInputStream.static <EE extends ExecutorException>
EECreates a resource of given class from its serialization in a givenReader.static <EE extends ExecutorException>
EECreates a resource of given class from its serialization in a given String