Class IncorrectReturnTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.processmining.framework.plugin.IncorrectReturnTypeException
-
- All Implemented Interfaces:
java.io.Serializable
public class IncorrectReturnTypeException extends java.lang.RuntimeException
Thrown when a plugin returns an object of the wrong type.- Author:
- bfvdonge
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncorrectReturnTypeException(java.lang.String plugin, int index, java.lang.Class<?> expected, java.lang.Class<?> returned)
-