eteg.sinon.exception
Class StepException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FromToDataExtractionException, StepAfterLoopLimitPosiitonException, StepAfterLoopLimitPositionException, StepWithBeforeException, StepWithFailIfFoundException

public class StepException
extends SinonException

Exceção que pode ser levantada quando um passo de processamento de página não é realizado com sucesso.

Since:
0.0
Version:
$Revision: 1.2 $
Author:
Thiago H. de Paula Figueiredo, Last modified by $Author: thiagohp $
See Also:
Serialized Form

Constructor Summary
StepException(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

StepException

public StepException(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.