Package io.micronaut.core.convert
Interface ConversionError
public interface ConversionError
An interface for reporting conversion errors.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
Method Summary
-
Method Details
-
getCause
Exception getCause()- Returns:
- The cause
-
getOriginalValue
- Returns:
- The original rejected value
-