Package org.pf4j

Class PluginRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DependencyResolver.CyclicDependencyException, DependencyResolver.DependenciesNotFoundException, DependencyResolver.DependenciesWrongVersionException, PluginAlreadyLoadedException

public class PluginRuntimeException extends RuntimeException
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 Details

    • PluginRuntimeException

      public PluginRuntimeException()
    • PluginRuntimeException

      public PluginRuntimeException(String message)
    • PluginRuntimeException

      public PluginRuntimeException(Throwable cause)
    • PluginRuntimeException

      public PluginRuntimeException(Throwable cause, String message, Object... args)
    • PluginRuntimeException

      public PluginRuntimeException(String message, Object... args)