kelvin-komponenter
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kelvin-komponenter
ktor-openapi-generator
/
com.papsign.ktor.openapigen.annotations.type.common
/
ConstraintViolation
Constraint
Violation
abstract
class
ConstraintViolation
(
defaultMessage
:
String
,
message
:
String
=
""
,
cause
:
Throwable
?
=
null
)
:
Exception
(
source
)
Inheritors
NumberConstraintViolation
NotANumberViolationViolation
NotAStringViolation
LengthConstraintViolation
RegularExpressionConstraintViolation
Members
Constructors
Constraint
Violation
Link copied to clipboard
constructor
(
defaultMessage
:
String
,
message
:
String
=
""
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?