Package jisa.experiment.queue
Class SweepAction.MultiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jisa.experiment.queue.SweepAction.MultiException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- SweepAction<T>
public static class SweepAction.MultiException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultiException(java.lang.Exception... exceptions)
MultiException(java.util.Collection<java.lang.Exception> exceptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Exception>
getExceptions()
-