Package dev.latvian.mods.kubejs.error
Class RecipeComponentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.latvian.mods.kubejs.error.KubeRuntimeException
dev.latvian.mods.kubejs.error.RecipeComponentException
- All Implemented Interfaces:
MutedError,Serializable
- Direct Known Subclasses:
InvalidRecipeComponentException,InvalidRecipeComponentValueException
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRecipeComponentException(String msg, Throwable cause, RecipeComponent<?> component, RecipeKey<?> key, Object value) RecipeComponentException(String msg, Throwable cause, RecipeComponentValue<?> value) -
Method Summary
Methods inherited from class dev.latvian.mods.kubejs.error.KubeRuntimeException
apply, customData, source, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface dev.latvian.mods.kubejs.util.MutedError
isMuted
-
Field Details
-
component
-
key
-
value
-
-
Constructor Details
-
RecipeComponentException
-
RecipeComponentException
public RecipeComponentException(String msg, Throwable cause, RecipeComponent<?> component, @Nullable RecipeKey<?> key, Object value)
-