Class InvalidParameterTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.processengine.spring.InvalidParameterTypeException
All Implemented Interfaces:
Serializable

public class InvalidParameterTypeException extends RuntimeException
See Also:
  • Constructor Details

    • InvalidParameterTypeException

      public InvalidParameterTypeException(String message, Class<?> specifiedType)
    • InvalidParameterTypeException

      public InvalidParameterTypeException(String parameterName, Class<?> specifiedType, Class<?> expectedType)
    • InvalidParameterTypeException

      public InvalidParameterTypeException(String message, String parameterName, Class<?> specifiedType, Class<?> expectedType)
  • Method Details

    • getSpecifiedType

      public Class<?> getSpecifiedType()
      Returns:
      the specifiedType
    • getExpectedType

      public Class<?> getExpectedType()
      Returns:
      the expectedType
    • getParameterName

      public String getParameterName()
      Returns:
      the parameterName