com.tensegrity.composite
Class StateNotApplicableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tensegrity.generic.util.StaticException
              extended bycom.tensegrity.composite.StateNotApplicableException
All Implemented Interfaces:
java.io.Serializable

public class StateNotApplicableException
extends StaticException

The StateNotApplicableException is thrown when a state should be applied to an instance of a Composite but it is not applicable. For instance when it is not the recent one.

Version:
$Id: StateNotApplicableException.java,v 1.1 2004/04/06 13:59:35 MichaelKegel Exp $
Author:
MKegel
See Also:
Serialized Form

Constructor Summary
StateNotApplicableException(java.lang.String message)
          Constructor for StateNotApplicableException specifying a description why the exception is generated.
 
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

StateNotApplicableException

public StateNotApplicableException(java.lang.String message)
Constructor for StateNotApplicableException specifying a description why the exception is generated.

Parameters:
message - an explanatory message.


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