Package org.ametys.runtime.plugin
Class PluginIssue
java.lang.Object
org.ametys.runtime.plugin.PluginIssue
Represents an issue while initializing the plugin system.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCause()
Returns the cause of this issue, if any.getCode()
Returns the code associated with this issue.Returns the feature name associated with this issue, if any.Returns the location of this issue, if any.Returns the message associated with this issue.Returns the plugin name associated with this issue, if any.toString()
-
Method Details
-
getCode
Returns the code associated with this issue.- Returns:
- the code associated with this issue.
-
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
Returns the location of this issue, if any.- Returns:
- the location of this issue, if any.
-
getCause
Returns the cause of this issue, if any.- Returns:
- the cause of this issue, if any.
-
toString
-