|
|||||||||||
| 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.CompositeLineEventVetoException
A CompositeLineEventVetoException is thrown when a proposed
change to a CompositeLine is not acceptable.
CompositeLineEvent,
Serialized Form| Constructor Summary | |
CompositeLineEventVetoException(java.lang.String message,
CompositeLineEvent event)
Constructor specifying a message and the vetoed exception. |
|
| Method Summary | |
CompositeLineEvent |
getCompositeLineEvent()
Returns the vetoed CompositeLineEvent. |
| 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 CompositeLineEventVetoException(java.lang.String message,
CompositeLineEvent event)
message - a textual description for the veto.event - the vetoed CompositeLineEvent.| Method Detail |
public CompositeLineEvent getCompositeLineEvent()
CompositeLineEvent.
CompositeLineEvent
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||