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 pMessage) ChainedJsonException(String pMessage, Throwable pCause) -
Method Summary
Modifier and TypeMethodDescriptionstatic ChainedJsonExceptionforException(Exception pException) voidprependJsonKey(String pKey) voidsetFilenameAndFlush(String pFilename) 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
-