public class PluginErrorReport extends java.lang.Object
Constructor and Description |
---|
PluginErrorReport() |
Modifier and Type | Method and Description |
---|---|
static void |
report(PluginDescriptor plugin,
java.lang.String message)
Report an error thrown by the specified plugin.
|
static void |
report(PluginDescriptor plugin,
java.lang.String devId,
java.lang.String message)
Report an error thrown by the specified plugin.
|
static void |
report(PluginDescriptor plugin,
java.lang.String devId,
java.lang.String title,
java.lang.String message)
Report an error thrown by the specified plugin.
|
public PluginErrorReport()
public static void report(PluginDescriptor plugin, java.lang.String devId, java.lang.String title, java.lang.String message)
plugin
- PluginDescriptor
of the plugin which thrown the error.devId
- Plugin developer Id, used only if we do not have plugin descriptor information.title
- Error title if anymessage
- Error message to reportpublic static void report(PluginDescriptor plugin, java.lang.String devId, java.lang.String message)
plugin
- PluginDescriptor
of the plugin which thrown the error.devId
- Plugin developer Id, used only if we do not have plugin descriptor information.message
- Error message to reportpublic static void report(PluginDescriptor plugin, java.lang.String message)
plugin
- PluginDescriptor
of the plugin which thrown the error.message
- Error message to report