|
|
||||||||
| 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.ReactorNotRunningException
public class ReactorNotRunningException
Indicates an attempt to access the reactor when it is not running. This exception is thrown if an attempt is made to access the reactor while it is in its stopped state. This is implemented as a runtime exception, since it implies a bug whereby a client of the reactor has not been correctly monitoring the reactor state.
| Constructor Summary | |
|---|---|
ReactorNotRunningException(java.lang.String msg)
Constructs a new reactor not running 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 ReactorNotRunningException(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 | ||||||||