org.apache.nutch.protocol.file
Class FileError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.nutch.protocol.ProtocolException
              extended byorg.apache.nutch.protocol.file.FileException
                  extended byorg.apache.nutch.protocol.file.FileError
All Implemented Interfaces:
Serializable

public class FileError
extends FileException

Thrown for File error codes.

See Also:
Serialized Form

Constructor Summary
FileError(int code)
           
 
Method Summary
 int getCode(int code)
           
 
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

FileError

public FileError(int code)
Method Detail

getCode

public int getCode(int code)


Copyright © 2006 The Apache Software Foundation