com.tensegrity.graphics
Class PrimitiveStateNotApplicableException

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

public class PrimitiveStateNotApplicableException
extends StaticException

The PrimitiveStateNotApplicableException is thrown when a PrimitiveState should be applied to a concrete instance of a Primitive but it is not applicable.

Version:
$Id: PrimitiveStateNotApplicableException.java,v 1.1 2005/07/14 11:10:24 MichaelKegel Exp $
Author:
MKegel
See Also:
Serialized Form

Constructor Summary
PrimitiveStateNotApplicableException(java.lang.String message)
          Constructor for PrimitiveStateNotApplicableException 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

PrimitiveStateNotApplicableException

public PrimitiveStateNotApplicableException(java.lang.String message)
Constructor for PrimitiveStateNotApplicableException 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.