com.tensegrity.generic.attribute
Class AttributeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tensegrity.generic.util.StaticException
              extended bycom.tensegrity.generic.attribute.AttributeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IllegalAttributeException, IllegalNameException, IllegalValueException, VisitException

public class AttributeException
extends StaticException

This is the root exception for all attribute-related static (checked) exceptions in the framework. An AttributeException is thrown if an attribute operation fails (for example cloning).

Version:
$Id: AttributeException.java,v 1.5 2005/03/02 13:52:27 KevinCVS Exp $
Author:
S. Rutz
See Also:
Serialized Form

Constructor Summary
AttributeException(java.lang.String what)
          Constructor with an explaining message.
 
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

AttributeException

public AttributeException(java.lang.String what)
Constructor with an explaining message.

Parameters:
what - a detailed message for the exception


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