|
|||||||||||
| 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.VisitException
This exception is thrown if one of the find methods is invoked
with an illegal path argument (ending with separator char, including empty
paths or similar). Also, AttributeCollectionVisitor objects can
potentially throw this exception if they need to signal a failure condition
to callers. Some of the visitor implementations, however, may not have to deal
with the possibility of exceptions and thus can omit the declaration of this
exception in their signatures.
| Constructor Summary | |
VisitException(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 |
public VisitException(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 | ||||||||||