Package org.ametys.runtime.plugin
Class PluginIssue
- java.lang.Object
- 
- org.ametys.runtime.plugin.PluginIssue
 
- 
 public class PluginIssue extends Object Represents an issue while initializing the plugin system.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classPluginIssue.PluginIssueCodeIssue code enumeration.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptiongetCause()Returns the cause of this issue, if any.PluginIssue.PluginIssueCodegetCode()Returns the code associated with this issue.StringgetFeatureName()Returns the feature name associated with this issue, if any.StringgetLocation()Returns the location of this issue, if any.StringgetMessage()Returns the message associated with this issue.StringgetPluginName()Returns the plugin name associated with this issue, if any.StringtoString()
 
- 
- 
- 
Method Detail- 
getCodepublic PluginIssue.PluginIssueCode getCode() Returns the code associated with this issue.- Returns:
- the code associated with this issue.
 
 - 
getMessagepublic String getMessage() Returns the message associated with this issue.- Returns:
- the message associated with this issue.
 
 - 
getPluginNamepublic String getPluginName() Returns the plugin name associated with this issue, if any.- Returns:
- the plugin name associated with this issue, if any.
 
 - 
getFeatureNamepublic String getFeatureName() Returns the feature name associated with this issue, if any.- Returns:
- the feature name associated with this issue, if any.
 
 - 
getLocationpublic String getLocation() Returns the location of this issue, if any.- Returns:
- the location of this issue, if any.
 
 - 
getCausepublic Exception getCause() Returns the cause of this issue, if any.- Returns:
- the cause of this issue, if any.
 
 
- 
 
-