Class PluginIssue


  • public class PluginIssue
    extends Object
    Represents an issue while initializing the plugin system.
    • Method Detail

      • getMessage

        public String getMessage()
        Returns the message associated with this issue.
        Returns:
        the message associated with this issue.
      • getPluginName

        public String getPluginName()
        Returns the plugin name associated with this issue, if any.
        Returns:
        the plugin name associated with this issue, if any.
      • getFeatureName

        public String getFeatureName()
        Returns the feature name associated with this issue, if any.
        Returns:
        the feature name associated with this issue, if any.
      • getLocation

        public String getLocation()
        Returns the location of this issue, if any.
        Returns:
        the location of this issue, if any.
      • getCause

        public Exception getCause()
        Returns the cause of this issue, if any.
        Returns:
        the cause of this issue, if any.