Class InvalidParameterTypeException

    • Constructor Detail

      • InvalidParameterTypeException

        public InvalidParameterTypeException​(String message,
                                             String parameterName)
        Creates an exception with the specified message and parameter name.
        Parameters:
        message - The detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
        parameterName - The parameter name.
    • Method Detail

      • getParameterName

        public String getParameterName()
        Returns the parameter name.
        Returns:
        The parameter name.