Uses of Class
com.mrivanplays.process.ProcessException
-
Uses of ProcessException in com.mrivanplays.process
Methods in com.mrivanplays.process that return types with arguments of type ProcessExceptionModifier and TypeMethodDescriptionProcessResult.getError()Returns theProcessExceptionerror if present.Methods in com.mrivanplays.process with parameters of type ProcessExceptionModifier and TypeMethodDescriptionstatic <T> ProcessResult<T>ProcessResult.failure(ProcessException error) Create a failureProcessResultMethod parameters in com.mrivanplays.process with type arguments of type ProcessExceptionModifier and TypeMethodDescriptionstatic voidProcessesCompletion.whenAllDone(boolean async, Consumer<Set<ProcessException>> callback, ProcessesCompletion... completions) Runs the specifiedcallbackwhen all the specifiedcompletionscomplete.voidProcessesCompletion.whenDone(Consumer<Set<ProcessException>> callback) Called when allProccessesare done.voidProcessesCompletion.whenDoneAsync(Consumer<Set<ProcessException>> callback) Called when allProcessesare done.