|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sourceforge.jsxe.PluginDependencyException
Signals that a dependency required by a plugin has not been met.
JARClassLoader,
Serialized Form| Constructor Summary | |
PluginDependencyException(String pluginName,
String message)
Creates a new PluginDependencyException. |
|
PluginDependencyException(String pluginName,
String requiredName,
String versionRequired)
Creates a new PluginDependencyException for a component or plugin that was not found. |
|
PluginDependencyException(String pluginName,
String requiredName,
String versionRequired,
String versionFound)
Creates a new PluginDependencyException for a plugin that was found but an inadequate version was found. |
|
| 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 PluginDependencyException(String pluginName,
String requiredName,
String versionRequired,
String versionFound)
pluginName - the name of the pluginrequiredName - the name of the required component or pluginversionRequired - the required version of the required component or pluginversionFound - the version that was found.
public PluginDependencyException(String pluginName,
String requiredName,
String versionRequired)
pluginName - the name of the pluginrequiredName - the name of the required component or pluginversionRequired - the required version of the required component or plugin
public PluginDependencyException(String pluginName,
String message)
pluginName - the name of the plugin that requires.message - the message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||