Class MalformedPluginException

  • All Implemented Interfaces:
    Serializable

    public class MalformedPluginException
    extends Exception
    MalformedPluginExceptions are thrown then an rmg plugin was specified on the command line that does not satisfy the plugin requirements. Usually, if that happens, then the Manifest of the corresponding plugin does not contain a reference to the rmg plugin class.
    Author:
    Tobias Neitzel (@qtc_de)
    See Also:
    Serialized Form
    • Constructor Detail

      • MalformedPluginException

        public MalformedPluginException()
        Constructor with zero arguments.
      • MalformedPluginException

        public MalformedPluginException​(String message)
        Constructor with message argument.
        Parameters:
        message - exception message.