com.tensegrity.generic.constraint
Class ConstraintParserException

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

public class ConstraintParserException
extends StaticException

This exception is thrown whenever an error occurs during constraint parsing.

Version:
$Id: ConstraintParserException.java,v 1.5 2003/08/27 12:48:45 AndreasEbbert Exp $
Author:
S. Rutz
See Also:
Serialized Form

Constructor Summary
ConstraintParserException(java.lang.String description)
          Constructor specifying a 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

ConstraintParserException

public ConstraintParserException(java.lang.String description)
Constructor specifying a description.

Parameters:
description - a textual describtion of the cause for this exception.


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