cpw.mods.fml.common
Class MissingModsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by cpw.mods.fml.common.MissingModsException
All Implemented Interfaces:
Serializable

public class MissingModsException
extends RuntimeException

See Also:
Serialized Form

Field Summary
 Set<ArtifactVersion> missingMods
           
 
Constructor Summary
MissingModsException(Set<ArtifactVersion> missingMods)
           
 
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
 

Field Detail

missingMods

public Set<ArtifactVersion> missingMods
Constructor Detail

MissingModsException

public MissingModsException(Set<ArtifactVersion> missingMods)