Home / Development / Documentation / 2.0.44 / TreeClipboardException
TreeGraph 2
 


info.bioinfweb.treegraph.document.clipboard
Class TreeClipboardException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by info.bioinfweb.treegraph.document.clipboard.TreeClipboardException
All Implemented Interfaces:
Serializable

public class TreeClipboardException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
TreeClipboardException()
           
TreeClipboardException(String msg)
           
TreeClipboardException(String msg, Throwable t)
           
TreeClipboardException(Throwable t)
           
 
Method Summary
 
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

TreeClipboardException

public TreeClipboardException()

TreeClipboardException

public TreeClipboardException(String msg,
                              Throwable t)

TreeClipboardException

public TreeClipboardException(String msg)

TreeClipboardException

public TreeClipboardException(Throwable t)