eteg.sinon.exception
Class InvalidThinkTimeConfigurationException

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

public class InvalidThinkTimeConfigurationException
extends SinonException

Exceção levantada por ThinkTime.setConfiguration(java.util.Properties) quando as configurações passadas são inválidas ou insuficientes.

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

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

Constructor Summary
InvalidThinkTimeConfigurationException(java.lang.String message)
          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

InvalidThinkTimeConfigurationException

public InvalidThinkTimeConfigurationException(java.lang.String message)
Construtor que recebe uma mensagem e um Collector.

Parameters:
message - uma String descrevendo o erro.


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