cpw.mods.fml.relauncher
Class ReflectionHelper.UnableToFindClassException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by cpw.mods.fml.relauncher.ReflectionHelper.UnableToFindClassException
All Implemented Interfaces:
Serializable
Enclosing class:
ReflectionHelper

public static class ReflectionHelper.UnableToFindClassException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ReflectionHelper.UnableToFindClassException(String[] classNames, Exception err)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReflectionHelper.UnableToFindClassException

public ReflectionHelper.UnableToFindClassException(String[] classNames,
                                                   Exception err)