com.tensegrity.composite.geometry
Class GeometryHintExpressionParserException

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

public class GeometryHintExpressionParserException
extends StaticException

The GeometryHintExpressionParserException is thrown whenever an error occurs during the geometry-hint-expression parsing.

Version:
$Id: GeometryHintExpressionParserException.java,v 1.2 2004/07/08 10:00:08 MichaelKegel Exp $
Author:
MKegel
See Also:
Serialized Form

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

GeometryHintExpressionParserException

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