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

public class EasyDatapackException extends Exception
The base exception for all EasyDatapack exceptions.
See Also:
Serialized Form
  • Constructor Details

    • EasyDatapackException

      public EasyDatapackException(String message)
    • EasyDatapackException

      public EasyDatapackException(String message, Throwable cause)