toggle menu
lib
1.4
jvm
switch theme
search in API
lib
/
dev.hossain.timeline
/
ValidationException
Validation
Exception
class
ValidationException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
ParseException
Exception thrown when the input validation fails.
Members
Constructors
Validation
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?