|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
eteg.sinon.exception.SinonException
eteg.sinon.exception.StepException
eteg.sinon.exception.StepAfterLoopLimitPosiitonException
public class StepAfterLoopLimitPosiitonException
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/StepAfterLoopLimitPosiitonException.java,v 1.2 2005/06/21 14:25:08 thiagohp Exp $
Constructor Summary | |
---|---|
StepAfterLoopLimitPosiitonException(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 |
---|
public StepAfterLoopLimitPosiitonException(java.lang.String message, CollectorExecutor executor)
Collector
.
message
- uma String
descrevendo o erro.executor
- o CollectorExecutor
sendo executado no momento do erro.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |