info.bioinfweb.treegraph.document.nodebranchdata
Class NodeBranchDataActionNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
info.bioinfweb.treegraph.document.nodebranchdata.NodeBranchDataActionNotSupportedException
- All Implemented Interfaces:
- java.io.Serializable
public class NodeBranchDataActionNotSupportedException
- extends java.lang.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
| 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 |
NodeBranchDataActionNotSupportedException
public NodeBranchDataActionNotSupportedException()
NodeBranchDataActionNotSupportedException
public NodeBranchDataActionNotSupportedException(java.lang.String message,
java.lang.Throwable cause)
NodeBranchDataActionNotSupportedException
public NodeBranchDataActionNotSupportedException(java.lang.String message)
NodeBranchDataActionNotSupportedException
public NodeBranchDataActionNotSupportedException(java.lang.Throwable cause)