org.apache.nutch.plugin
Class MissingDependencyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.nutch.plugin.MissingDependencyException
All Implemented Interfaces:
Serializable

public class MissingDependencyException
extends Exception

MissingDependencyException will be thrown if a plugin dependency cannot be found.

Author:
Jérôme Charron
See Also:
Serialized Form

Constructor Summary
MissingDependencyException(String message)
           
MissingDependencyException(Throwable cause)
           
 
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

MissingDependencyException

public MissingDependencyException(Throwable cause)

MissingDependencyException

public MissingDependencyException(String message)


Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.