|
|||||||||||
| 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.graph.event.GraphEventVetoException
A GraphEventVetoException is thrown when a proposed
change to a Graph is not wanted.
GraphEvent,
Serialized Form| Constructor Summary | |
GraphEventVetoException(java.lang.String message,
GraphEvent event)
Constructor for GraphEventVetoException. |
|
| Method Summary | |
GraphEvent |
getGraphEvent()
Returns the vetoed GraphEvent. |
| 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 GraphEventVetoException(java.lang.String message,
GraphEvent event)
GraphEventVetoException.
message - the explanatory text for the vetoevent - the vetoed GraphEvent| Method Detail |
public GraphEvent getGraphEvent()
GraphEvent.
GraphEvent.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||