Class CustomRecipeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.imdabigboss.easydatapack.api.exceptions.EasyDatapackException
com.github.imdabigboss.easydatapack.api.exceptions.CustomRecipeException
- All Implemented Interfaces:
Serializable
This exception is thrown when a custom recipe exception occurs.
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionCustomRecipeException(String message)CustomRecipeException(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
-
CustomRecipeException
-
CustomRecipeException
-