glok
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
glok
glok-model
/
uk.co.nickthecoder.glok.property
/
PropertyException
Property
Exception
class
PropertyException
(
val
property
:
Property
<
*
>
,
message
:
String
)
:
Exception
Members
Constructors
Property
Exception
Link copied to clipboard
constructor
(
property
:
Property
<
*
>
,
message
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
property
Link copied to clipboard
val
property
:
Property
<
*
>