org.apache.nutch.plugin
Class MissingDependencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MissingDependencyException
public MissingDependencyException(Throwable cause)
MissingDependencyException
public MissingDependencyException(String message)
Copyright © 2013 The Apache Software Foundation