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

Class JsonException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class JsonException
    +extends java.io.IOException
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class JsonException.Entry 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      JsonException(java.lang.String p_i45279_1_) 
      JsonException(java.lang.String p_i45280_1_, + java.lang.Throwable p_i45280_2_) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static JsonExceptionfunc_151379_a(java.lang.Exception p_151379_0_) 
      voidfunc_151380_a(java.lang.String p_151380_1_) 
      voidfunc_151381_b(java.lang.String p_151381_1_) 
      java.lang.StringgetMessage() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, 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

      + + + +
        +
      • +

        JsonException

        +
        public JsonException(java.lang.String p_i45279_1_)
        +
      • +
      + + + +
        +
      • +

        JsonException

        +
        public JsonException(java.lang.String p_i45280_1_,
        +             java.lang.Throwable p_i45280_2_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        func_151380_a

        +
        public void func_151380_a(java.lang.String p_151380_1_)
        +
      • +
      + + + +
        +
      • +

        func_151381_b

        +
        public void func_151381_b(java.lang.String p_151381_1_)
        +
      • +
      + + + +
        +
      • +

        getMessage

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

        func_151379_a

        +
        public static JsonException func_151379_a(java.lang.Exception p_151379_0_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3