Hanami backend
Toggle table of contents
2026.7.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Hanami backend
Hanami backend
/
fi.aalto.cs.hanami.courses
/
CourseConfigurationValidationException
Course
Configuration
Validation
Exception
class
CourseConfigurationValidationException
(
val
path
:
String
,
message
:
String
,
cause
:
Throwable
?
=
null
)
:
InputValidationException
(
source
)
Members
Constructors
Course
Configuration
Validation
Exception
Link copied to clipboard
constructor
(
path
:
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
?
path
Link copied to clipboard
val
path
:
String