Serialized Form


Package net.nutch.indexer

Class net.nutch.indexer.IndexingException extends Exception implements Serializable


Package net.nutch.io

Class net.nutch.io.VersionMismatchException extends IOException implements Serializable

Serialized Fields

expectedVersion

byte expectedVersion

foundVersion

byte foundVersion


Package net.nutch.net.protocols

Class net.nutch.net.protocols.ProtocolException extends Exception implements Serializable


Package net.nutch.parse

Class net.nutch.parse.ParseException extends Exception implements Serializable

Class net.nutch.parse.ParserNotFound extends ParseException implements Serializable

Serialized Fields

url

String url

contentType

String contentType


Package net.nutch.plugin

Class net.nutch.plugin.PluginRuntimeException extends Exception implements Serializable


Package net.nutch.protocol

Class net.nutch.protocol.ProtocolException extends Exception implements Serializable

Class net.nutch.protocol.ProtocolNotFound extends ProtocolException implements Serializable

Serialized Fields

url

String url

Class net.nutch.protocol.ResourceGone extends ProtocolException implements Serializable

Serialized Fields

url

URL url

Class net.nutch.protocol.ResourceMoved extends IOException implements Serializable

Serialized Fields

oldUrl

URL oldUrl

newUrl

URL newUrl

Class net.nutch.protocol.RetryLater extends ProtocolException implements Serializable

Serialized Fields

url

URL url


Package net.nutch.quality.dynamic

Class net.nutch.quality.dynamic.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class net.nutch.quality.dynamic.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package net.nutch.searcher

Class net.nutch.searcher.QueryException extends IOException implements Serializable


Package net.nutch.protocol.file

Class net.nutch.protocol.file.FileError extends FileException implements Serializable

Serialized Fields

code

int code

Class net.nutch.protocol.file.FileException extends ProtocolException implements Serializable


Package net.nutch.protocol.ftp

Class net.nutch.protocol.ftp.FtpError extends FtpException implements Serializable

Serialized Fields

code

int code

Class net.nutch.protocol.ftp.FtpException extends ProtocolException implements Serializable

Class net.nutch.protocol.ftp.FtpExceptionBadSystResponse extends FtpException implements Serializable

Class net.nutch.protocol.ftp.FtpExceptionCanNotHaveDataConnection extends FtpException implements Serializable

Class net.nutch.protocol.ftp.FtpExceptionControlClosedByForcedDataClose extends FtpException implements Serializable

Class net.nutch.protocol.ftp.FtpExceptionUnknownForcedDataClose extends FtpException implements Serializable


Package net.nutch.protocol.http

Class net.nutch.protocol.http.HttpError extends HttpException implements Serializable

Serialized Fields

code

int code

Class net.nutch.protocol.http.HttpException extends ProtocolException implements Serializable


Package net.nutch.parse.msword

Class net.nutch.parse.msword.FastSavedException extends Exception implements Serializable

Class net.nutch.parse.msword.PasswordProtectedException extends Exception implements Serializable



Copyright © 2004 The Nutch Organization.