com.tensegrity.graph.view
Class ClipboardOperationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.tensegrity.generic.util.DynamicException
                  extended bycom.tensegrity.graph.view.ClipboardOperationException
All Implemented Interfaces:
java.io.Serializable

public class ClipboardOperationException
extends DynamicException

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.

Version:
$Id: ClipboardOperationException.java,v 1.1 2005/04/08 12:10:11 MichaelKegel Exp $
Author:
MKegel
See Also:
Serialized Form

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

ClipboardOperationException

public ClipboardOperationException(java.lang.String description)
Constructor for ClipboardOperationException with a detailed description given by description.

Parameters:
description - a detailed description.


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.