hudson.plugins.testng.results
Class MethodResultException

java.lang.Object
  extended by hudson.plugins.testng.results.MethodResultException
All Implemented Interfaces:
Serializable

public class MethodResultException
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
MethodResultException(String message, String shortStackTrace, String fullStackTrace)
           
 
Method Summary
 String getExceptionName()
           
 String getMessage()
           
 String getStackTrace()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodResultException

public MethodResultException(String message,
                             String shortStackTrace,
                             String fullStackTrace)
Method Detail

getExceptionName

public String getExceptionName()

getMessage

public String getMessage()

getStackTrace

public String getStackTrace()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012. All Rights Reserved.