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 message) ChainedJsonException(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic ChainedJsonExceptionforException(Exception exception) voidprependJsonKey(String key) voidsetFilenameAndFlush(String filename) 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
-