yam-api
Toggle table of contents
1.0.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
yam-api
core
/
su.pank.yamapi.exceptions
/
ValidateException
Validate
Exception
class
ValidateException
(
val
message
:
String
)
:
Exception
Исключение валидации.
Parameters
message
Сообщение.
Members
Constructors
Validate
Exception
Link copied to clipboard
constructor
(
message
:
String
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String