com.tensegrity.generic.attribute
Class UnknownAttributeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tensegrity.generic.util.DynamicException
com.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 |
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.