|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.tensegrity.generic.util.StaticException
com.tensegrity.generic.attribute.AttributeException
com.tensegrity.generic.attribute.IllegalNameException
Not every name may be assigned to an Attribute. The empty string
and a null reference are prohibited. Also, an Attribute name must
not contain the hierarchy separator character. An Attribute
implementation may further disallow that the name is changed after construction
In the event these conditions are not met, this exception is thrown.
| Constructor Summary | |
IllegalNameException(java.lang.String what)
Constructor specifying the cause 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 |
public IllegalNameException(java.lang.String what)
what - a detailed message for this exception.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||