YamlConfigException
| Type | 🟡 Exception |
| Package | io.github.mrtesz.teszcore.exceptions |
| GitHub | YamlConfigException.java |
| Extends | TeszCoreException |
Description
Exception, used in YamlConfig
Constructor(s)
YamlConfigException(String message);
YamlConfigException(String message, IOException ioEx);
| Parameter | Type | Annotations | Description |
|---|---|---|---|
message | String | @Nullable | Error Message |
ioEx | IOException | @Nullable | Cause |
Methods
copy
implemented from Copyable.java
T: YamlConfigException