eteg.sinon.exception
Class UnknownPageException

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

public class UnknownPageException
extends SinonException

Exceção levantada quando é feita uma referência a uma página que não é encontrada no catálogo.

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

Constructor Summary
UnknownPageException(java.lang.String pageId, CollectorExecutor executor)
          Construtor que recebe o identificador da página e o executor de coletores corrente.
 
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

UnknownPageException

public UnknownPageException(java.lang.String pageId,
                            CollectorExecutor executor)
Construtor que recebe o identificador da página e o executor de coletores corrente.

Parameters:
pageId - uma String contendo o identificador da página.
executor - um CollectorExecutor.


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