Class PluginIssue

java.lang.Object
org.ametys.runtime.plugin.PluginIssue

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

    • getCode

      Returns the code associated with this issue.
      Returns:
      the code associated with this issue.
    • getMessage

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

      Returns the plugin name associated with this issue, if any.
      Returns:
      the plugin name associated with this issue, if any.
    • 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.
    • toString

      public String toString()
      Overrides:
      toString in class Object