|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception bexee.core.AwaitMessageException
While the Process Controller is executing a process, it will necessarily arrive at a Receive activity without the message for the receive, there the process execution must stop and wait for a right message to resume execution. In order to suspend process execution and to enter the state of awaiting a message, this execption will be used.
Field Summary |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
AwaitMessageException(Receive receive)
Create an AwaitMessageException with the correspondent receive, where it stopped. |
Method Summary | |
Receive |
getReceive()
Get the Receive activity where this exception occured. |
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AwaitMessageException(Receive receive)
receive
- The Receive activity where this exception occuredMethod Detail |
public Receive getReceive()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |