|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--edu.wpi.cs.cs509.clipboard.ClipboardException
Standard Exceptions (and constant strings) for the IClipboard interface.
| Field Summary | |
static java.lang.String |
emptyClipboard
Default Exception string when clipboard is empty |
| Constructor Summary | |
ClipboardException()
Default ClipboardException constructor. |
|
ClipboardException(java.lang.String s)
Construct ClipboardException with given detailed explanation. |
|
| 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 |
| Field Detail |
public static final java.lang.String emptyClipboard
| Constructor Detail |
public ClipboardException()
public ClipboardException(java.lang.String s)
s - java.lang.String
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||