kaccelero
Toggle table of contents
0.6.1
common
Platform filter
common
Switch theme
Search in API
kaccelero
core
/
dev.kaccelero.annotations
/
PropertyValidatorException
Property
Validator
Exception
data
class
PropertyValidatorException
(
val
key
:
String
,
val
value
:
Any
,
val
validator
:
Any
,
val
reason
:
String
)
:
Exception
Members
Constructors
Property
Validator
Exception
Link copied to clipboard
constructor
(
key
:
String
,
value
:
Any
,
validator
:
Any
,
reason
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
key
Link copied to clipboard
val
key
:
String
message
Link copied to clipboard
open
val
message
:
String
?
reason
Link copied to clipboard
val
reason
:
String
validator
Link copied to clipboard
val
validator
:
Any
value
Link copied to clipboard
val
value
:
Any