net.thucydides.core.steps
Class StepFailureException

Package class diagram package StepFailureException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.thucydides.core.steps.StepFailureException
All Implemented Interfaces:
Serializable

public class StepFailureException
extends RuntimeException

Used to indicate a failing step.

See Also:
Serialized Form

Constructor Summary
StepFailureException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StepFailureException

public StepFailureException(String message,
                            Throwable cause)


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.