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

public static class EffectExecutionContext.EffectExecutionException extends RuntimeException
Exception thrown when strict mode is enabled and an effect handler fails.
See Also:
  • Constructor Details

    • EffectExecutionException

      public EffectExecutionException(String message, Throwable cause)
      Creates a new effect execution exception.
      Parameters:
      message - the detail message
      cause - the underlying cause