Class ConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tech.guilhermekaua.spigotboot.config.exception.ConfigException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SerializationException
Base exception for all configuration-related errors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigException(@NotNull String message) ConfigException(@NotNull String message, @Nullable Throwable cause) ConfigException(@NotNull Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigException
-
ConfigException
-
ConfigException
-