Class InSufficientResultException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.processmining.framework.plugin.InSufficientResultException
-
- All Implemented Interfaces:
java.io.Serializable
public class InSufficientResultException extends java.lang.RuntimeException
Thrown when a plugin returns less results than declared.- Author:
- bfvdonge
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InSufficientResultException(java.lang.String plugin, int expected, int returned)
-