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