com.atlassian.jira.hallelujah
Class HallelujahTestFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.jira.hallelujah.HallelujahTestFailureException
All Implemented Interfaces:
Serializable

public class HallelujahTestFailureException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
HallelujahTestFailureException(String message, com.atlassian.buildeng.hallelujah.api.model.TestCaseFailure failure)
           
 
Method Summary
 com.atlassian.buildeng.hallelujah.api.model.TestCaseFailure getFailure()
           
 String getMessage()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HallelujahTestFailureException

public HallelujahTestFailureException(String message,
                                      com.atlassian.buildeng.hallelujah.api.model.TestCaseFailure failure)
Method Detail

getFailure

public com.atlassian.buildeng.hallelujah.api.model.TestCaseFailure getFailure()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2002-2014 Atlassian. All Rights Reserved.