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