|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.tensegrity.composite.event.CompositeEventVetoException
A CompositeEventVetoException is thrown when a proposed
change to a Composite is not acceptable.
CompositeEvent,
Serialized Form| Constructor Summary | |
CompositeEventVetoException(java.lang.String message,
CompositeEvent event)
Constructor for CompositeEventVetoException. |
|
| Method Summary | |
CompositeEvent |
getCompositeEvent()
returns the vetoed CompositeEvent. |
| 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 CompositeEventVetoException(java.lang.String message,
CompositeEvent event)
CompositeEventVetoException.
message - the explanatory text for the vetoevent - the vetoed CompositeEvent| Method Detail |
public CompositeEvent getCompositeEvent()
CompositeEvent.
CompositeEvent
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||