Skip to content
Gropius
Search
K
Main Navigation
Guide
Kotlin API
GraphQL
Login service
GitHub
Menu
Return to top
core
/
gropius.util.schema
/
InvalidSchemaException
InvalidSchemaException
class
InvalidSchemaException
(
msg
:
String
?
)
:
Exception
The exception raised from
verify
on
Schema
if a schema is invalid.
Members
Constructors
Invalid
Schema
Exception
Link copied to clipboard
constructor
(
msg
:
String
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?