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
 Throwable getCause()
           
 String getMessage()
           
 CrashReport getTheReportedExceptionCrashReport()
          Gets the CrashReport Instance.
 
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

getTheReportedExceptionCrashReport

public CrashReport getTheReportedExceptionCrashReport()
Gets the CrashReport Instance.


getCause

public Throwable getCause()
Overrides:
getCause in class Throwable

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable