public class InvalidPropertyFormatException extends InvalidFormatException
InvalidFormatException with information
about the property that was incorrect.| Constructor and Description |
|---|
InvalidPropertyFormatException(InvalidFormatException cause,
io.micronaut.core.type.Argument<?> argument)
Construct a more detailed exception from the given cause.
|
| Modifier and Type | Method and Description |
|---|---|
io.micronaut.core.type.Argument<?> |
getArgument() |
getCause, getOriginalValue, toConversionErrorpublic InvalidPropertyFormatException(@NonNull
InvalidFormatException cause,
@NonNull
io.micronaut.core.type.Argument<?> argument)
cause - The causeargument - The argument