net.sourceforge.jsxe
Class PluginLoadException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.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 953 2006-06-13 20:53:03Z ian_lewis $
Author:
Ian Lewis
See Also:
JARClassLoader, Serialized Form

Constructor Summary
PluginLoadException(JarFile file)
           
PluginLoadException(JarFile file, String message)
           
 
Method Summary
 JarFile getJarFile()
          Gets the jar file that caused this load error.
 
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

PluginLoadException

public PluginLoadException(JarFile file)

PluginLoadException

public PluginLoadException(JarFile file,
                           String message)
Method Detail

getJarFile

public JarFile getJarFile()
Gets the jar file that caused this load error.