Class MethodMatcherException

All Implemented Interfaces:
Serializable

public class MethodMatcherException extends TestNGException
Thrown from MethodMatcher.
See Also:
  • Constructor Details

    • MethodMatcherException

      public MethodMatcherException(String message, Method method, Object[] args)
    • MethodMatcherException

      public MethodMatcherException(String message)
    • MethodMatcherException

      public MethodMatcherException(String message, Throwable cause)
    • MethodMatcherException

      public MethodMatcherException(Throwable cause)
  • Method Details