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
Thrown from MethodMatcher.
- Author:
- Nitin Verma
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMethodMatcherException
(String message) MethodMatcherException
(String message, Method method, Object[] args) MethodMatcherException
(String message, Throwable cause) MethodMatcherException
(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic 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
-
Constructor Details
-
MethodMatcherException
-
MethodMatcherException
-
MethodMatcherException
-
MethodMatcherException
-
-
Method Details
-
generateMessage
-