JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
io.micronaut.core.convert
ConversionError
Contents
Description
Method Summary
Method Details
getCause()
getOriginalValue()
Hide sidebar
Show sidebar
Interface ConversionError
public interface
ConversionError
An interface for reporting conversion errors.
Since:
1.0
Author:
Graeme Rocher
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
Exception
getCause
()
default
Optional
<
Object
>
getOriginalValue
()
Method Details
getCause
Exception
getCause
()
Returns:
The cause
getOriginalValue
default
Optional
<
Object
>
getOriginalValue
()
Returns:
The original rejected value