[TOC]

org.apache.nutch.protocol.file

Class FileError


public class FileError
extends FileException

Thrown for File error codes.

Constructor Summary

Constructors Constructor and Description FileError(int code)

Method Summary

Methods Modifier and Type Method and Description int getCode(int code)

-    

Methods inherited from class java.lang.Throwable

addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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 © 2014 The Apache Software Foundation