|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gpars.actor.impl.ActorReplyException
class ActorReplyException extends RuntimeException
Indicates problems sending replies to actors. Holds a list of exceptions that occurred during reply dispatch.
Constructor Summary | |
ActorReplyException(String message)
|
|
ActorReplyException(String message, List issues)
|
Method Summary | |
---|---|
List
|
getIssues()
|
void
|
printStackTrace()
|
String
|
toString()
|
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 |
Methods inherited from class Throwable | |
---|---|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public ActorReplyException(String message)
public ActorReplyException(String message, List issues)
Method Detail |
---|
@SuppressWarnings({"ReturnOfCollectionOrArrayField"}) public List getIssues()
@SuppressWarnings({"CallToPrintStackTrace"}) @Override public void printStackTrace()
@Override public String toString()
Groovy Documentation