Package org.cyclops.cyclopscore.config
Class CyclopsCoreConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cyclops.cyclopscore.config.CyclopsCoreConfigException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UndisableableConfigException
Exceptions that can occur when configuring this mod.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CyclopsCoreConfigException
Make a new instance.- Parameters:
message
- The message.
-