Package fr.alasdiablo.diolib.api.config
Class DuplicatedJsonConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
fr.alasdiablo.diolib.api.config.DuplicatedJsonConfigException
- All Implemented Interfaces:
Serializable
Execution use during config loading
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfig file linked to a mod already existsDuplicatedJsonConfigException(String element, String modID) Config element already exists -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicatedJsonConfigException
Config file linked to a mod already exists- Parameters:
modID- Mod in question
-
DuplicatedJsonConfigException
Config element already exists- Parameters:
element- Element in questionmodID- Mod in cause
-