Class EasyDatapackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.imdabigboss.easydatapack.api.exceptions.EasyDatapackException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CustomDimensionException,CustomEnchantmentException,CustomItemException,CustomMapException,CustomRecipeException,SchematicException
The base exception for all EasyDatapack exceptions.
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionEasyDatapackException(String message)EasyDatapackException(String message, 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
-
EasyDatapackException
-
EasyDatapackException
-