Class EffectExecutionContext.EffectExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.artificial.enchantments.internal.EffectExecutionContext.EffectExecutionException
- All Implemented Interfaces:
Serializable
- Enclosing class:
EffectExecutionContext
Exception thrown when strict mode is enabled and an effect handler fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEffectExecutionException(String message, Throwable cause) Creates a new effect execution exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EffectExecutionException
Creates a new effect execution exception.- Parameters:
message- the detail messagecause- the underlying cause
-