net.sourceforge.jsxe
Class PluginDependencyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sourceforge.jsxe.PluginDependencyException
All Implemented Interfaces:
Serializable

public class PluginDependencyException
extends RuntimeException

Signals that a dependency required by a plugin has not been met.

Version:
$Id: PluginDependencyException.java,v 1.4 2005/04/15 20:00:50 ian_lewis Exp $
Author:
Ian Lewis
See Also:
JARClassLoader, Serialized Form

Constructor Summary
PluginDependencyException(String pluginName, String message)
           
PluginDependencyException(String pluginName, String requiredName, String versionRequired, String versionFound)
           
 
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

PluginDependencyException

public PluginDependencyException(String pluginName,
                                 String requiredName,
                                 String versionRequired,
                                 String versionFound)

PluginDependencyException

public PluginDependencyException(String pluginName,
                                 String message)