org.jbehave.core.failures
Class StepFailed

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jbehave.core.failures.UUIDExceptionWrapper
                  extended by org.jbehave.core.failures.StepFailed
All Implemented Interfaces:
Serializable

public class StepFailed
extends UUIDExceptionWrapper

Thrown when a step execution has failed

See Also:
Serialized Form

Constructor Summary
StepFailed(String step, OutcomesTable table)
           
StepFailed(String step, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.jbehave.core.failures.UUIDExceptionWrapper
getUUID
 
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

StepFailed

public StepFailed(String step,
                  Throwable cause)

StepFailed

public StepFailed(String step,
                  OutcomesTable table)


Copyright © 2003-2012. All Rights Reserved.