|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.virtuosotechnologies.lib.plugin.PluginException
com.virtuosotechnologies.lib.plugin.DuplicateAPIException
Tried to register a duplicate API version.
| Constructor Summary | |
DuplicateAPIException(String apiName,
APIVersion apiVersion,
PluginID pluginID)
Constructor. |
|
| Method Summary | |
String |
getAPIName()
Get the API name |
APIVersion |
getAPIVersion()
Get the API version |
PluginID |
getPluginID()
Get the plugin id |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DuplicateAPIException(String apiName,
APIVersion apiVersion,
PluginID pluginID)
apiName - name of APIapiVersion - version of APIpluginID - id of the plugin that tried to provide the duplicate API,
or null if it wasn't a plugin.| Method Detail |
public String getAPIName()
public APIVersion getAPIVersion()
public PluginID getPluginID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||