org.jbehave.core.failures
Class PendingStepFound

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.PendingStepFound
All Implemented Interfaces:
Serializable

public class PendingStepFound
extends UUIDExceptionWrapper

Thrown when a pending step is found

See Also:
Serialized Form

Constructor Summary
PendingStepFound(String step)
           
 
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

PendingStepFound

public PendingStepFound(String step)


Copyright © 2003-2012. All Rights Reserved.