|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
planet.behaviour.exception.NoSuchBehaviourException
public class NoSuchBehaviourException
This Exception is thrown whenever a incoming RouteMessage pattern does not match any Behaviour pattern on BehavioursPool scheduler.
Constructor Summary | |
---|---|
NoSuchBehaviourException()
Generates new instance with default message. |
|
NoSuchBehaviourException(java.lang.String message)
Generates nes instance with the specified message |
|
NoSuchBehaviourException(java.lang.String message,
java.lang.Throwable cause)
Inicialization of the new instance. |
|
NoSuchBehaviourException(java.lang.Throwable cause)
Initialization of the new instance. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NoSuchBehaviourException()
public NoSuchBehaviourException(java.lang.String message)
message
- Message to be inicialized the Exception.public NoSuchBehaviourException(java.lang.String message, java.lang.Throwable cause)
message
- The message to be inicialized.cause
- Throwable cause of the exception.public NoSuchBehaviourException(java.lang.Throwable cause)
cause
- Throwable cause of the exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |