Class PartialOrderLoopNotAllowedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.processmining.poemsconformancecheckingforbpmn.models.utils.ordered_set.exceptions.PartialOrderLoopNotAllowedException
-
- All Implemented Interfaces:
java.io.Serializable
public class PartialOrderLoopNotAllowedException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PartialOrderLoopNotAllowedException(java.util.List<? extends java.lang.Object> loopSequence)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<? extends java.lang.Object>getLoopSequence()
-