Package dev.latvian.mods.kubejs.error
Class RecipeComponentTooLargeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.latvian.mods.kubejs.error.KubeRuntimeException
dev.latvian.mods.kubejs.error.RecipeComponentException
dev.latvian.mods.kubejs.error.InvalidRecipeComponentValueException
dev.latvian.mods.kubejs.error.RecipeComponentTooLargeException
- All Implemented Interfaces:
MutedError,Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class dev.latvian.mods.kubejs.error.InvalidRecipeComponentValueException
component, valueFields inherited from class dev.latvian.mods.kubejs.error.RecipeComponentException
key -
Constructor Summary
ConstructorsConstructorDescriptionRecipeComponentTooLargeException(RecipeComponent<?> component, Object value, int size, int max) -
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
-
max
public final int max
-
-
Constructor Details
-
RecipeComponentTooLargeException
public RecipeComponentTooLargeException(RecipeComponent<?> component, Object value, int size, int max)
-