com.tensegrity.composite.geometry
Class GeometryNotSupportedException

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

public class GeometryNotSupportedException
extends StaticException

The GeometryNotSupportedException is thrown while a geometry should be applied to an object but the object do not support this kind of geometry.

Version:
$Id: GeometryNotSupportedException.java,v 1.3 2004/01/27 16:49:22 AndreasEbbert Exp $
Author:
MichaelKegel
See Also:
Serialized Form

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

GeometryNotSupportedException

public GeometryNotSupportedException(java.lang.String message)
Constructor for GeometryNotSupportedException.

Parameters:
message - a textual description for this exception.


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