Class PluginParseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ModuleClassNotFoundException

public class PluginParseException extends PluginException
Parse plugin exception - thrown from code which must parse a plugin.
See Also:
  • Constructor Details

    • PluginParseException

      public PluginParseException()
    • PluginParseException

      public PluginParseException(String s)
    • PluginParseException

      public PluginParseException(Throwable throwable)
    • PluginParseException

      public PluginParseException(String s, Throwable throwable)