cpw.mods.fml.relauncher
Class ReflectionHelper.UnableToAccessFieldException

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.UnableToAccessFieldException
All Implemented Interfaces:
Serializable
Enclosing class:
ReflectionHelper

public static class ReflectionHelper.UnableToAccessFieldException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ReflectionHelper.UnableToAccessFieldException(String[] fieldNames, Exception e)
           
 
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.UnableToAccessFieldException

public ReflectionHelper.UnableToAccessFieldException(String[] fieldNames,
                                                     Exception e)