org.apache.nutch.plugin
Class PluginRuntimeException

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

public class PluginRuntimeException
extends Exception

PluginRuntimeException will be thrown until a exception in the plugin managemnt occurs.

Author:
joa23
See Also:
Serialized Form

Constructor Summary
PluginRuntimeException(String message)
           
PluginRuntimeException(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

PluginRuntimeException

public PluginRuntimeException(Throwable cause)

PluginRuntimeException

public PluginRuntimeException(String message)


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