fiktion
Toggle table of contents
0.2.4
Select version
0.4.1
0.4.0
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
fiktion
fiktion-core
/
dev.s7a.fiktion
/
CannotGenerateException
Cannot
Generate
Exception
class
CannotGenerateException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
RuntimeException
Thrown when Fiktion cannot generate a value for the requested target.
Members
Constructors
Cannot
Generate
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?