Class SurefireReflectionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SurefireReflectionException
    extends java.lang.RuntimeException
    Exception indicating that surefire had problems with reflection. This may be due to programming errors, incorrect configuration or incorrect dependencies, but is generally not recoverable and not relevant to handle.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SurefireReflectionException

        public SurefireReflectionException​(java.lang.Throwable cause)
        Create a SurefireReflectionException with the specified cause. The method Throwable.getMessage() of this exception object will return cause == null ? "" : cause.toString().
        Parameters:
        cause - The cause of this exception