Home / Development / Documentation / 2.0.44 / NodeBranchDataActionNotSupportedException
TreeGraph 2
 


info.bioinfweb.treegraph.document.nodebranchdata
Class NodeBranchDataActionNotSupportedException

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

public class NodeBranchDataActionNotSupportedException
extends RuntimeException

This exception is thrown by node data adapters if an unsupported operation is perfomed (e.g. storing a text value as a branch length).

Author:
Ben St&ouol;ver
See Also:
Serialized Form

Constructor Summary
NodeBranchDataActionNotSupportedException()
           
NodeBranchDataActionNotSupportedException(String message)
           
NodeBranchDataActionNotSupportedException(String message, Throwable cause)
           
NodeBranchDataActionNotSupportedException(Throwable cause)
           
 
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

NodeBranchDataActionNotSupportedException

public NodeBranchDataActionNotSupportedException()

NodeBranchDataActionNotSupportedException

public NodeBranchDataActionNotSupportedException(String message,
                                                 Throwable cause)

NodeBranchDataActionNotSupportedException

public NodeBranchDataActionNotSupportedException(String message)

NodeBranchDataActionNotSupportedException

public NodeBranchDataActionNotSupportedException(Throwable cause)