Wow
Toggle table of contents
5.18.0
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-core
/
me.ahoo.wow.exception
/
AbstractErrorConverterFactory
Abstract
Error
Converter
Factory
abstract
class
AbstractErrorConverterFactory
<
E
:
Throwable
>
:
ErrorConverterFactory
<
E
>
Members
Constructors
Abstract
Error
Converter
Factory
Link copied to clipboard
constructor
(
)
Properties
supported
Type
Link copied to clipboard
open
override
val
supportedType
:
Class
<
E
>
Functions
create
Link copied to clipboard
abstract
fun
create
(
)
:
ErrorConverter
<
E
>