From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- javadoc/net/minecraft/util/ReportedException.html | 315 ++++++++++++++++++++++ 1 file changed, 315 insertions(+) create mode 100644 javadoc/net/minecraft/util/ReportedException.html (limited to 'javadoc/net/minecraft/util/ReportedException.html') diff --git a/javadoc/net/minecraft/util/ReportedException.html b/javadoc/net/minecraft/util/ReportedException.html new file mode 100644 index 0000000..8e44444 --- /dev/null +++ b/javadoc/net/minecraft/util/ReportedException.html @@ -0,0 +1,315 @@ + + + + + +ReportedException (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.util
+

Class ReportedException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class ReportedException
    +extends java.lang.RuntimeException
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.lang.ThrowablegetCause() 
      CrashReportgetCrashReport() 
      java.lang.StringgetMessage() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ReportedException

        +
        public ReportedException(CrashReport p_i1356_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getCrashReport

        +
        public CrashReport getCrashReport()
        +
      • +
      + + + +
        +
      • +

        getCause

        +
        public java.lang.Throwable getCause()
        +
        +
        Overrides:
        +
        getCause in class java.lang.Throwable
        +
        +
      • +
      + + + +
        +
      • +

        getMessage

        +
        public java.lang.String getMessage()
        +
        +
        Overrides:
        +
        getMessage in class java.lang.Throwable
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3