Octavius Database
Toggle table of contents
15.6.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Octavius Database
api
/
io.github.octaviusframework.db.api.exception
/
TypeMappingException
/
TypeMappingException
Type
Mapping
Exception
jvm
constructor
(
messageEnum
:
TypeMappingExceptionMessage
,
value
:
Any
?
=
null
,
targetType
:
String
?
=
null
,
rowData
:
Map
<
String
,
Any
?
>
?
=
null
,
propertyName
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)