mockspresso2
Toggle table of contents
2.2.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
mockspresso2
reflect
/
com.episode6.mockspresso2.reflect
/
TypeTokenResolutionError
Type
Token
Resolution
Error
common
class
TypeTokenResolutionError
(
referencedType
:
KType
,
context
:
TypeToken
<
*
>
)
:
AssertionError
Thrown when an error occurs while trying to resolve a
KType
into a concrete
TypeToken
Members
Constructors
Type
Token
Resolution
Error
Link copied to clipboard
common
constructor
(
referencedType
:
KType
,
context
:
TypeToken
<
*
>
)
Properties
cause
Link copied to clipboard
common
open
val
cause
:
Throwable
?
message
Link copied to clipboard
common
open
val
message
:
String
?