Class UnknownTreeNodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.processmining.plugins.InductiveMiner.efficienttree.UnknownTreeNodeException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnknownTreeNodeException extends java.lang.RuntimeExceptionThe EfficientTree is designed to be extensible. This exception is thrown if an unknown tree construct is enountered.- Author:
- sleemans
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownTreeNodeException()
-