com.tensegrity.generic.attribute
Class UnknownAttributeException

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

public class UnknownAttributeException
extends DynamicException

A UnknownAttributeException is thrown whenever an attribute should be set or read that isn't known exception involving attributes is detected at runtime.

Version:
$Id: UnknownAttributeException.java,v 1.1 2005/04/28 15:10:21 BurkhardWick Exp $
Author:
Burkhard Wick
See Also:
Serialized Form

Constructor Summary
UnknownAttributeException(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

UnknownAttributeException

public UnknownAttributeException(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.