net.sourceforge.jsxe
Class PluginLoadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sourceforge.jsxe.PluginLoadException
- All Implemented Interfaces:
- Serializable
- public class PluginLoadException
- extends RuntimeException
Signals that a jar file could not be loaded as a plugin.
- Version:
- $Id: PluginLoadException.java,v 1.3 2005/04/15 20:00:50 ian_lewis Exp $
- Author:
- Ian Lewis
- See Also:
JARClassLoader
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PluginLoadException
public PluginLoadException(JarFile file)
PluginLoadException
public PluginLoadException(JarFile file,
String message)
PluginLoadException
public PluginLoadException(String message)