Package net.minecraft.client.util
Class JSONException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.minecraft.client.util.JSONException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
ConstructorDescriptionJSONException
(String p_i45279_1_) JSONException
(String p_i45280_1_, Throwable p_i45280_2_) -
Method Summary
Modifier and TypeMethodDescriptionstatic JSONException
forException
(Exception p_151379_0_) void
prependJsonKey
(String p_151380_1_) void
setFilenameAndFlush
(String p_151381_1_) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
entries
-
message
-
-
Constructor Details
-
JSONException
-
JSONException
-
-
Method Details
-
prependJsonKey
-
setFilenameAndFlush
-
getMessage
- Overrides:
getMessage
in classThrowable
-
forException
-