Package org.pf4j
Class PluginRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pf4j.PluginRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DependencyResolver.CyclicDependencyException
,DependencyResolver.DependenciesNotFoundException
,DependencyResolver.DependenciesWrongVersionException
,PluginAlreadyLoadedException
An exception used to indicate that a plugin problem occurred.
It's a generic plugin exception class to be thrown when no more specific class is applicable.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPluginRuntimeException
(String message) PluginRuntimeException
(String message, Object... args) PluginRuntimeException
(Throwable cause) PluginRuntimeException
(Throwable cause, String message, Object... args) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginRuntimeException
public PluginRuntimeException() -
PluginRuntimeException
-
PluginRuntimeException
-
PluginRuntimeException
-
PluginRuntimeException
-