|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zynaptic.reaction.ReactionRuntimeException
com.zynaptic.reaction.DeferredTriggeredException
public class DeferredTriggeredException
Indicates an invalid attempt to trigger a deferred event object. This
exception is thrown when an attempt is made to trigger a deferred event
object more than once. It is only legitimate to make a single call to either
the callback or
errback method on a given deferred event
object. Anything else constitutes a programming error and is indicated by
this exception.
| Constructor Summary | |
|---|---|
DeferredTriggeredException(java.lang.String msg)
Constructs a new deferred triggered exception. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeferredTriggeredException(java.lang.String msg)
msg - This is the message string which is used to describe the error
condition.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||