net.minecraft.src
Class ReportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.minecraft.src.ReportedException
All Implemented Interfaces:
Serializable

public class ReportedException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ReportedException(CrashReport par1CrashReport)
           
 
Method Summary
 CrashReport func_71575_a()
           
 Throwable getCause()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReportedException

public ReportedException(CrashReport par1CrashReport)
Method Detail

func_71575_a

public CrashReport func_71575_a()

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable