Class InvalidParameterTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.processengine.spring.InvalidParameterTypeException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidParameterTypeException(String message, Class<?> specifiedType) InvalidParameterTypeException(String parameterName, Class<?> specifiedType, Class<?> expectedType) InvalidParameterTypeException(String message, String parameterName, Class<?> specifiedType, Class<?> expectedType) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidParameterTypeException
-
InvalidParameterTypeException
-
InvalidParameterTypeException
-
-
Method Details
-
getSpecifiedType
- Returns:
- the specifiedType
-
getExpectedType
- Returns:
- the expectedType
-
getParameterName
- Returns:
- the parameterName
-