org.archive.crawler.admin
Class InvalidJobFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.archive.crawler.admin.InvalidJobFileException
All Implemented Interfaces:
java.io.Serializable

public class InvalidJobFileException
extends java.lang.Exception

An exception that is thrown when a program encounters a jobfile that is corrupt or otherwise incomplete or invalid.

Author:
Kristinn Sigurdsson
See Also:
Serialized Form

Constructor Summary
InvalidJobFileException(java.lang.String message)
           
 
Method Summary
 
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

InvalidJobFileException

public InvalidJobFileException(java.lang.String message)


Copyright © 2003-2011 Internet Archive. All Rights Reserved.