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- 
getCauseException getCause()- Returns:
- The cause
 
- 
getOriginalValue- Returns:
- The original rejected value
 
 
-