Package hudson.plugins.testng.results
Class MethodResultException
- java.lang.Object
-
- hudson.plugins.testng.results.MethodResultException
-
- All Implemented Interfaces:
Serializable
public class MethodResultException extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MethodResultException(String exceptionName, String message, String shortStackTrace, String fullStackTrace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExceptionName()
String
getMessage()
String
getStackTrace()
String
toString()
-