net.datacrow.core.modules
Class ModuleJarException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.datacrow.core.modules.ModuleJarException
All Implemented Interfaces:
java.io.Serializable

public class ModuleJarException
extends java.lang.Exception

Used when encountering errors related to the module jar.

Author:
Robert Jan van der Waals
See Also:
Serialized Form

Constructor Summary
ModuleJarException(java.lang.Exception e)
           
ModuleJarException(java.lang.Exception e, java.lang.String msg)
           
 
Method Summary
 
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

ModuleJarException

public ModuleJarException(java.lang.Exception e)

ModuleJarException

public ModuleJarException(java.lang.Exception e,
                          java.lang.String msg)