Class OutOfWindowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.processmining.placebasedlpmdiscovery.model.exception.OutOfWindowException
-
- All Implemented Interfaces:
java.io.Serializable
public class OutOfWindowException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OutOfWindowException(int windowSize, int index, int parentPos, int childPos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetChildPos()intgetIndex()intgetParentPos()intgetWindowSize()
-