org.homeunix.thecave.moss.util
Class ClassLoaderFunctions.JarLoaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.homeunix.thecave.moss.util.ClassLoaderFunctions.JarLoaderException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ClassLoaderFunctions

public static class ClassLoaderFunctions.JarLoaderException
extends java.lang.Exception

Author:
wyatt An exception thrown when loading jars.
See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
ClassLoaderFunctions.JarLoaderException(java.lang.Error e)
           
ClassLoaderFunctions.JarLoaderException(java.lang.Exception e)
           
ClassLoaderFunctions.JarLoaderException(java.lang.String s)
           
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ClassLoaderFunctions.JarLoaderException

public ClassLoaderFunctions.JarLoaderException(java.lang.Exception e)

ClassLoaderFunctions.JarLoaderException

public ClassLoaderFunctions.JarLoaderException(java.lang.String s)

ClassLoaderFunctions.JarLoaderException

public ClassLoaderFunctions.JarLoaderException(java.lang.Error e)