Class SurefireReflectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.maven.surefire.api.util.SurefireReflectionException
All Implemented Interfaces:
Serializable

public class SurefireReflectionException extends 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.
Author:
Kristian Rosenvold
See Also:
  • Constructor Details

    • SurefireReflectionException

      public SurefireReflectionException(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