com.tensegrity.generic.attribute
Class DynamicAttributeException

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.attribute.DynamicAttributeException
All Implemented Interfaces:
java.io.Serializable

public class DynamicAttributeException
extends DynamicException

Thrown when an exception involving an Attribute is detected.

Version:
$Id: DynamicAttributeException.java,v 1.3 2005/04/29 14:35:47 KevinCVS Exp $
Author:
Stepan Rutz
See Also:
Serialized Form

Constructor Summary
DynamicAttributeException(java.lang.String message)
          Constructor specifying a String describing the cause.
 
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

DynamicAttributeException

public DynamicAttributeException(java.lang.String message)
Constructor specifying a String describing the cause.

Parameters:
message - a string describing the reason for this exception


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