gpars
[Java] Class AsyncException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gpars.AsyncException
public final class AsyncException
extends RuntimeException
This class wraps multiple exception, which occurred in concurrently run code inside one of the GParsExecutorsPoolUtil methods.
- Authors:
- Vaclav Pech
Date: Nov 17, 2008
- See Also:
- GParsExecutorsPoolUtil
Methods inherited from class RuntimeException
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Methods inherited from class Exception
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
AsyncException
@SuppressWarnings({"AssignmentToCollectionOrArrayFieldFromParameter"})
public AsyncException(String message, List concurrentExceptions)
-
getConcurrentExceptions
public List getConcurrentExceptions()
-
getMessage
@Override
public String getMessage()
-
toString
@Override
public String toString()
-
Groovy Documentation