com.tensegrity.composite.event
Class CompositeViewEventVetoException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tensegrity.composite.event.CompositeViewEventVetoException
All Implemented Interfaces:
java.io.Serializable

public class CompositeViewEventVetoException
extends java.lang.Exception

A CompositeViewEventVetoException is thrown when a proposed change to a CompositeView is not acceptable.

Version:
$Id: CompositeViewEventVetoException.java,v 1.1 2003/01/15 12:21:10 MichaelKegel Exp $
Author:
MichaelKegel
See Also:
CompositeViewEvent, Serialized Form

Constructor Summary
CompositeViewEventVetoException(java.lang.String message, CompositeViewEvent event)
          Constructor for CompositeViewEventVetoException.
 
Method Summary
 CompositeViewEvent getCompositeEvent()
          returns the vetoed CompositeViewEvent.
 
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

CompositeViewEventVetoException

public CompositeViewEventVetoException(java.lang.String message,
                                       CompositeViewEvent event)
Constructor for CompositeViewEventVetoException.

Parameters:
message - the explanatory text for the veto
event - the vetoed CompositeViewEvent
Method Detail

getCompositeEvent

public CompositeViewEvent getCompositeEvent()
returns the vetoed CompositeViewEvent.

Returns:
CompositeEvent the vetoed CompositeViewEvent


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.