Package dev.latvian.mods.kubejs.error
Class KubeRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.latvian.mods.kubejs.error.KubeRuntimeException
- All Implemented Interfaces:
MutedError,Serializable
- Direct Known Subclasses:
EmptyTagTargetException,LegacyError,MissingComponentException,MissingRequiredValueException,RecipeComponentException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKubeRuntimeException(String m, Throwable cause) KubeRuntimeException(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ConsoleLine line) customData(String key, Object data) source(SourceLine sourceLine) toString()Methods 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