com.tensegrity.composite.event
Class CompositeGroupEventVetoException

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

public class CompositeGroupEventVetoException
extends java.lang.Exception

A CompositeGroupEventVetoException is thrown when a proposed change to a CompositeGroup is not acceptable.

Version:
$Id: CompositeGroupEventVetoException.java,v 1.2 2003/04/08 08:34:11 MichaelKegel Exp $
Author:
MichaelKegel
See Also:
CompositeGroupEvent, Serialized Form

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

CompositeGroupEventVetoException

public CompositeGroupEventVetoException(java.lang.String message,
                                        CompositeGroupEvent event)
Constructor for CompositeGroupEventVetoException.

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

getCompositeGroupEvent

public CompositeGroupEvent getCompositeGroupEvent()
returns the vetoed CompositeGroupEvent.

Returns:
CompositeGroupEvent the vetoed CompositeGroupEvent


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