info.bioinfweb.treegraph.document
Class NoLinkedNodeException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
java.lang.IllegalStateException
                  
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
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
NoLinkedNodeException
public NoLinkedNodeException()
NoLinkedNodeException
public NoLinkedNodeException(String msg,
                             Throwable thr)
NoLinkedNodeException
public NoLinkedNodeException(String msg)
NoLinkedNodeException
public NoLinkedNodeException(Throwable thr)