com.tensegrity.composite.geometry
Class GeometryHintExpressionEvaluationException

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

public class GeometryHintExpressionEvaluationException
extends StaticException

The GeometryHintExpressionEvaluationException is thrown whenever an error occurs while evaluation of a geometry-hint-expression.

Version:
$Id: GeometryHintExpressionEvaluationException.java,v 1.1 2004/08/30 07:55:36 MichaelKegel Exp $
Author:
MKegel
See Also:
Serialized Form

Constructor Summary
GeometryHintExpressionEvaluationException(java.lang.String description)
          Constructor for GeometryHintExpressionEvaluationException with a description given by description
 
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

GeometryHintExpressionEvaluationException

public GeometryHintExpressionEvaluationException(java.lang.String description)
Constructor for GeometryHintExpressionEvaluationException with a description given by description

Parameters:
description - textual describtion about the cause of the exception


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