Package org.webharvest.exception
Class PluginException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.webharvest.exception.BaseException
-
- org.webharvest.exception.PluginException
-
- All Implemented Interfaces:
Serializable
public class PluginException extends BaseException
Runtime exception occurred during plugin processors registration or creation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginException()
PluginException(String message)
PluginException(String message, Throwable cause)
PluginException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-