com.tensegrity.graph.rule
Class RuleDynamicException

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

public class RuleDynamicException
extends DynamicException

Thrown if a rule operation fails.

Version:
$Id: RuleDynamicException.java,v 1.4 2005/04/29 14:56:34 KevinCVS Exp $
Author:
S. Rutz
See Also:
Serialized Form

Constructor Summary
RuleDynamicException(java.lang.String what)
          Constructs a RuleDynamicException.
 
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

RuleDynamicException

public RuleDynamicException(java.lang.String what)
Constructs a RuleDynamicException.

Parameters:
what - Detailed message for the exception.


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