org.apache.nutch.protocol.file
Class FileError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.nutch.protocol.ProtocolException
              extended by org.apache.nutch.protocol.file.FileException
                  extended by org.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 © 2012 The Apache Software Foundation