Home / Development / Documentation / 2.0.44 / NoLinkedNodeException
TreeGraph 2
 


info.bioinfweb.treegraph.document
Class NoLinkedNodeException

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

public class NoLinkedNodeException
extends IllegalStateException

Thrown when a method of a tree element is invoked which need to access the linked node, but the element does not have a linked node.

Since:
2.0.43
Author:
Ben Stöver
See Also:
TreeElement.getLinkedNode(), Serialized Form

Constructor Summary
NoLinkedNodeException()
           
NoLinkedNodeException(String msg)
           
NoLinkedNodeException(String msg, Throwable thr)
           
NoLinkedNodeException(Throwable thr)
           
 
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

NoLinkedNodeException

public NoLinkedNodeException()

NoLinkedNodeException

public NoLinkedNodeException(String msg,
                             Throwable thr)

NoLinkedNodeException

public NoLinkedNodeException(String msg)

NoLinkedNodeException

public NoLinkedNodeException(Throwable thr)