Package org.cyclops.cyclopscore.config
Class UndisableableConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cyclops.cyclopscore.config.CyclopsCoreConfigException
org.cyclops.cyclopscore.config.UndisableableConfigException
- All Implemented Interfaces:
Serializable
An exception that is thrown when the player disabled an undisableable config.
- See Also:
-
Constructor Summary
ConstructorDescriptionUndisableableConfigException
(ExtendedConfig<?, ?> eConfig) Make a new instance of the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UndisableableConfigException
Make a new instance of the exception.- Parameters:
eConfig
- The config that caused the exception and was thus disabled.
-