rebar
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
rebar
rebar
/
io.github.pylonmc.rebar.config
/
ConfigSection
/
KeyNotFoundException
Key
Not
Found
Exception
class
KeyNotFoundException
(
val
key
:
String
,
message
:
String
=
"Config key not found: "
)
:
RuntimeException
(
source
)
Thrown when a key is not found.
Members
Constructors
Key
Not
Found
Exception
Link copied to clipboard
constructor
(
key
:
String
,
message
:
String
=
"Config key not found: "
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
key
Link copied to clipboard
val
key
:
String
message
Link copied to clipboard
open
val
message
:
String
?