Skip to content
GraphGlue
Search
⌘
Ctrl
K
Main Navigation
Guide
API
Ecosystem
Neo4j authorization plugin
GraphQL Kotlin
Spring Data Neo4j
Appearance
Menu
Return to top
graphglue-core
/
io.github.graphglue.definition
/
NodeSchemaException
NodeSchemaException
class
NodeSchemaException
(
message
:
String
)
:
RuntimeException
Thrown to indicate that a node relation was wrongly declared
Parameters
message
the message of the exception
Members
Constructors
Node
Schema
Exception
Link copied to clipboard
constructor
(
message
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?