com.tensegrity.generic.attribute
Class IllegalAttributeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tensegrity.generic.util.StaticException
              extended bycom.tensegrity.generic.attribute.AttributeException
                  extended bycom.tensegrity.generic.attribute.IllegalAttributeException
All Implemented Interfaces:
java.io.Serializable

public class IllegalAttributeException
extends AttributeException

An IllegalAttributeException is thrown if an invalid Attribute is constructed or added to a constrained AttributeCollection.

Version:
$Id: IllegalAttributeException.java,v 1.5 2005/03/02 13:51:20 KevinCVS Exp $
Author:
S. Rutz
See Also:
Serialized Form

Constructor Summary
IllegalAttributeException(java.lang.String what)
          Constructor specifying the reason for this 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

IllegalAttributeException

public IllegalAttributeException(java.lang.String what)
Constructor specifying the reason for this exception.

Parameters:
what - a detailed message for this exception.


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