Package net.minecraft.server
Class ChainedJsonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.minecraft.server.ChainedJsonException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<ChainedJsonException.Entry> private final String -
Constructor Summary
ConstructorsConstructorDescriptionChainedJsonException(String p_135902_) ChainedJsonException(String p_135904_, Throwable p_135905_) -
Method Summary
Modifier and TypeMethodDescriptionstatic ChainedJsonExceptionforException(Exception p_135907_) voidprependJsonKey(String p_135909_) voidsetFilenameAndFlush(String p_135911_) 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
-
ChainedJsonException
-
ChainedJsonException
-
-
Method Details
-
prependJsonKey
-
setFilenameAndFlush
-
getMessage
- Overrides:
getMessagein classThrowable
-
forException
-