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:
- Serializable
public class NodeDataActionNotSupportedException
- 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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NodeDataActionNotSupportedException
public NodeDataActionNotSupportedException()
NodeDataActionNotSupportedException
public NodeDataActionNotSupportedException(String message,
Throwable cause)
NodeDataActionNotSupportedException
public NodeDataActionNotSupportedException(String message)
NodeDataActionNotSupportedException
public NodeDataActionNotSupportedException(Throwable cause)