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 SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final List<ChainedJsonException.Entry>private final String
- 
Constructor SummaryConstructorsConstructorDescriptionChainedJsonException(String p_135902_) ChainedJsonException(String p_135904_, Throwable p_135905_) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic ChainedJsonExceptionforException(Exception p_135907_) voidprependJsonKey(String p_135909_) voidsetFilenameAndFlush(String p_135911_) Methods inherited from class java.lang.ThrowableaddSuppressed, 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 class- Throwable
 
- 
forException
 
-