edu.wpi.cs.cs509.clipboard
Class ClipboardException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.wpi.cs.cs509.clipboard.ClipboardException
All Implemented Interfaces:
java.io.Serializable

public class ClipboardException
extends java.lang.Exception

Standard Exceptions (and constant strings) for the IClipboard interface.

Author:
George T. Heineman (heineman@cs.wpi.edu)
See Also:
Serialized Form

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

emptyClipboard

public static final java.lang.String emptyClipboard
Default Exception string when clipboard is empty

See Also:
Constant Field Values
Constructor Detail

ClipboardException

public ClipboardException()
Default ClipboardException constructor.


ClipboardException

public ClipboardException(java.lang.String s)
Construct ClipboardException with given detailed explanation.

Parameters:
s - java.lang.String