com.tensegrity.generic.util
Class DynamicException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.tensegrity.generic.util.DynamicException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AssertException, ClipboardOperationException, CustomConstraintException, DynamicAttributeException, GraphDynamicException, IllegalElementException, InvalidArgumentException, ListModifiedException, MathDynamicException, PreferenceException, RuleDynamicException, UnknownAttributeException, UnsupportedMethodException, XMLParseException

public class DynamicException
extends java.lang.RuntimeException

DynamicException is the root-class for all runtime exceptions thrown by the tensegrity code.

Version:
$Id: DynamicException.java,v 1.6 2004/06/15 08:45:48 sr Exp $
Author:
S. Rutz
See Also:
Serialized Form

Constructor Summary
DynamicException(java.lang.String what)
          Constructs a dynamic runtime-time exception.
 
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

DynamicException

public DynamicException(java.lang.String what)
Constructs a dynamic runtime-time exception.

Parameters:
what - a detailed message for the exception.


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