com.tensegrity.generic.constraint
Class CustomConstraintException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.tensegrity.generic.util.DynamicException
                  extended bycom.tensegrity.generic.constraint.CustomConstraintException
All Implemented Interfaces:
java.io.Serializable

public class CustomConstraintException
extends DynamicException

Thrown when a CustomConstraint cannot be applied or if it is not registered.

Version:
$Id: CustomConstraintException.java,v 1.6 2005/04/29 14:33:56 KevinCVS Exp $
Author:
S. Rutz
See Also:
Serialized Form

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

CustomConstraintException

public CustomConstraintException(java.lang.String message)
Constructor specifying a description.

Parameters:
message - a detailed message for the exception.


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