Class ReflectionAccessException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opentest4j.IncompleteExecutionException
org.opentest4j.TestAbortedException
be.seeseemelk.mockbukkit.ReflectionAccessException
All Implemented Interfaces:
Serializable

public class ReflectionAccessException extends org.opentest4j.TestAbortedException
Exception thrown after a failure of a reflective access, usually meaning the MockBukkit`s implementation has to be updated.

This is a TestAbortedException and causes your Test to be skipped instead of just failing.

See Also:
  • Constructor Details

    • ReflectionAccessException

      @Internal public ReflectionAccessException(@NotNull @NotNull String message)
      Constructs a new exception with the provided message.
      Parameters:
      message - The message.