|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tensegrity.generic.util.DynamicException
com.tensegrity.graph.view.ClipboardOperationException
A ClipboardOperationException is thrown whenever an operation
that should be made onto the clipboard fails.
The ClipboardOperationException generalizes the
DynamicException so that it mustn't be explicitly caught by
the client code.
| Constructor Summary | |
ClipboardOperationException(java.lang.String description)
Constructor for ClipboardOperationException with a detailed
description given by description. |
|
| 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 ClipboardOperationException(java.lang.String description)
ClipboardOperationException with a detailed
description given by description.
description - a detailed description.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||