Class IncorrectReturnTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.processmining.framework.plugin.IncorrectReturnTypeException
All Implemented Interfaces:
Serializable

public class IncorrectReturnTypeException extends RuntimeException
Thrown when a plugin returns an object of the wrong type.
Author:
bfvdonge
See Also:
  • Constructor Details

    • IncorrectReturnTypeException

      public IncorrectReturnTypeException(String plugin, int index, Class<?> expected, Class<?> returned)