com.canoo.webtest.engine
Class StepExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tools.ant.BuildException
                  extended by com.canoo.webtest.engine.WebTestException
                      extended by com.canoo.webtest.engine.StepExecutionException
All Implemented Interfaces:
Serializable

public class StepExecutionException
extends WebTestException

See Also:
Serialized Form

Constructor Summary
StepExecutionException(String message, Step failedStep)
          Should be removed
StepExecutionException(String message, Step failedStep, Throwable cause)
           
StepExecutionException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.canoo.webtest.engine.WebTestException
addDetail, getDetails, getShortMessage, getUrlCurrentResponse, toString
 
Methods inherited from class org.apache.tools.ant.BuildException
getCause, getException, getLocation, printStackTrace, printStackTrace, printStackTrace, setLocation
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StepExecutionException

public StepExecutionException(String message,
                              Step failedStep,
                              Throwable cause)
Parameters:
failedStep - may only be null for testing purposes *

StepExecutionException

public StepExecutionException(String message,
                              Throwable cause)

StepExecutionException

public StepExecutionException(String message,
                              Step failedStep)
Should be removed


Copyright © 2001-2007 Canoo Engineering AG, Basel. All rights reserved.