com.tensegrity.composite.geometry
Class GeometryItemCreationException

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

public class GeometryItemCreationException
extends StaticException

The GeometryItemCreationException is thrown while a GeometryItem should be created and an error occurs.

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

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

GeometryItemCreationException

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

Parameters:
message - a textual description for this exception.


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