eteg.sinon.exception
Class StepAfterLoopLimitPositionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by eteg.sinon.exception.SinonException
              extended by eteg.sinon.exception.StepException
                  extended by eteg.sinon.exception.StepAfterLoopLimitPositionException
All Implemented Interfaces:
java.io.Serializable

public class StepAfterLoopLimitPositionException
extends StepException

Exceção levantada quando um passo vai para uma posição além do limite determinado em um loop.

 $Header: /cvsroot/sinon/sinon/src/java/eteg/sinon/exception/StepAfterLoopLimitPositionException.java,v 1.2 2005/06/21 14:25:08 thiagohp Exp $
 

Since:
26/09/2004.
Version:
$Revision: 1.2 $
Author:
Thiago H. de Paula Figueiredo (last modification by $Author: thiagohp $)
See Also:
Serialized Form

Constructor Summary
StepAfterLoopLimitPositionException(java.lang.String message, CollectorExecutor executor)
          Construtor que recebe uma mensagem e um Collector.
 
Method Summary
 
Methods inherited from class eteg.sinon.exception.SinonException
getCollectorExecutor
 
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

StepAfterLoopLimitPositionException

public StepAfterLoopLimitPositionException(java.lang.String message,
                                           CollectorExecutor executor)
Construtor que recebe uma mensagem e um Collector.

Parameters:
message - uma String descrevendo o erro.
executor - o CollectorExecutor sendo executado no momento do erro.


Copyright © 2004-2005 ETEG Internet Ltda.. All Rights Reserved.