Class ComponentInputException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.codecentric.reedelk.runtime.api.exception.PlatformException
-
- de.codecentric.reedelk.runtime.api.exception.ComponentInputException
-
- All Implemented Interfaces:
Serializable
public class ComponentInputException extends PlatformException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComponentInputException(Class<? extends Implementor> implementor, Object actualInputType, Class<?>... expectedInputTypes)
-
Method Summary
-
Methods inherited from class de.codecentric.reedelk.runtime.api.exception.PlatformException
toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
ComponentInputException
public ComponentInputException(Class<? extends Implementor> implementor, Object actualInputType, Class<?>... expectedInputTypes)
-
-