Package org.testng.internal.reflect
Class MethodMatcherException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.testng.TestNGException
-
- org.testng.internal.reflect.MethodMatcherException
-
- All Implemented Interfaces:
Serializable
public class MethodMatcherException extends TestNGException
Thrown from MethodMatcher.- Author:
- Nitin Verma
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MethodMatcherException(String message)
MethodMatcherException(String message, Method method, Object[] args)
MethodMatcherException(String message, Throwable cause)
MethodMatcherException(Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
generateMessage(String message, Method method, Object[] args)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-