ParameterConversionException

class ParameterConversionException(val parameterName: String, val type: String, cause: Throwable? = null) : BadRequestException, CopyableThrowable<ParameterConversionException>

This exception is thrown when a required parameter with name parameterName couldn't be converted to the type

Constructors

Link copied to clipboard
fun ParameterConversionException(parameterName: String, type: String, cause: Throwable? = null)

Functions

Link copied to clipboard

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard

of missing request parameter

Link copied to clipboard

this parameter is unable to convert to