zinger.bsheet.module
Class ModuleLoadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by zinger.bsheet.module.ModuleLoadException
All Implemented Interfaces:
java.io.Serializable

public class ModuleLoadException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
protected  java.lang.String className
           
protected  java.lang.ClassLoader loader
           
 
Constructor Summary
ModuleLoadException(java.lang.ClassLoader loader, java.lang.String className, java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getClassName()
           
 java.lang.ClassLoader getLoader()
           
 
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
 

Field Detail

loader

protected final java.lang.ClassLoader loader

className

protected final java.lang.String className
Constructor Detail

ModuleLoadException

public ModuleLoadException(java.lang.ClassLoader loader,
                           java.lang.String className,
                           java.lang.String message,
                           java.lang.Throwable cause)
Method Detail

getLoader

public java.lang.ClassLoader getLoader()

getClassName

public java.lang.String getClassName()