net.minecraft.util
Class ReportedException

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

public class ReportedException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ReportedException(CrashReport par1CrashReport)
           
 
Method Summary
 Throwable getCause()
           
 CrashReport getCrashReport()
          Gets the CrashReport wrapped by this exception.
 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

getCrashReport

public CrashReport getCrashReport()
Gets the CrashReport wrapped by this exception.


getCause

public Throwable getCause()
Overrides:
getCause in class Throwable

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable