Serialized Form
-
Package com.mojang.realmsclient.exception
-
Exception com.mojang.realmsclient.exception.RealmsHttpException
class RealmsHttpException extends RuntimeException implements Serializable -
Exception com.mojang.realmsclient.exception.RealmsServiceException
class RealmsServiceException extends Exception implements Serializable -
Exception com.mojang.realmsclient.exception.RetryCallException
class RetryCallException extends RealmsServiceException implements Serializable-
Serialized Fields
-
delaySeconds
int delaySeconds
-
-
-
-
Package net.minecraft.client
-
Exception net.minecraft.client.AnvilConverterException
class AnvilConverterException extends Exception implements Serializable -
Exception net.minecraft.client.MainWindow.GlException
class GlException extends UndeclaredException implements Serializable
-
-
Package net.minecraft.client.renderer
-
Exception net.minecraft.client.renderer.StitcherException
class StitcherException extends RuntimeException implements Serializable-
Serialized Fields
-
allSprites
Collection<TextureAtlasSprite.Info> allSprites
-
-
-
Exception net.minecraft.client.renderer.WorldRenderer.ShaderException
class ShaderException extends RuntimeException implements Serializable
-
-
Package net.minecraft.client.util
-
Exception net.minecraft.client.util.JSONException
class JSONException extends IOException implements Serializable-
Serialized Fields
-
entries
List<JSONException.Entry> entries
-
message
String message
-
-
-
Exception net.minecraft.client.util.UndeclaredException
class UndeclaredException extends RuntimeException implements Serializable
-
-
Package net.minecraft.command
-
Exception net.minecraft.command.CommandException
class CommandException extends RuntimeException implements Serializable-
Serialized Fields
-
message
ITextComponent message
-
-
-
-
Package net.minecraft.crash
-
Exception net.minecraft.crash.ReportedException
class ReportedException extends RuntimeException implements Serializable-
Serialized Fields
-
report
CrashReport report
-
-
-
-
Package net.minecraft.item
-
Package net.minecraft.network
-
Exception net.minecraft.network.SkipableEncoderException
class SkipableEncoderException extends io.netty.handler.codec.EncoderException implements Serializable -
Exception net.minecraft.network.ThreadQuickExitException
class ThreadQuickExitException extends RuntimeException implements Serializable
-
-
Package net.minecraft.resources
-
Exception net.minecraft.resources.ResourcePackFileNotFoundException
class ResourcePackFileNotFoundException extends FileNotFoundException implements Serializable -
Exception net.minecraft.resources.SimpleReloadableResourceManager.FailedPackException
class FailedPackException extends RuntimeException implements Serializable-
Serialized Fields
-
pack
IResourcePack pack
-
-
-
-
Package net.minecraft.server
-
Exception net.minecraft.server.SessionLockManager.AlreadyLockedException
class AlreadyLockedException extends IOException implements Serializable
-
-
Package net.minecraft.server.gui
-
Class net.minecraft.server.gui.MinecraftServerGui
class MinecraftServerGui extends JComponent implements Serializable-
Serialized Fields
-
finalizers
Collection<Runnable> finalizers
-
isClosing
AtomicBoolean isClosing
-
latch
CountDownLatch latch
-
logAppenderThread
Thread logAppenderThread
-
server
DedicatedServer server
-
-
-
Class net.minecraft.server.gui.PlayerListComponent
-
Serialized Fields
-
server
MinecraftServer server
-
tickCount
int tickCount
-
-
-
Class net.minecraft.server.gui.StatsComponent
class StatsComponent extends JComponent implements Serializable-
Serialized Fields
-
msgs
String[] msgs
-
server
MinecraftServer server
-
timer
Timer timer
-
values
int[] values
-
vp
int vp
-
-
-
-
Package net.minecraft.test
-
Exception net.minecraft.test.TestBlockPosException
class TestBlockPosException extends TestRuntimeException implements Serializable -
Exception net.minecraft.test.TestRuntimeException
class TestRuntimeException extends RuntimeException implements Serializable -
Exception net.minecraft.test.TestTimeoutException
class TestTimeoutException extends RuntimeException implements Serializable
-
-
Package net.minecraft.util
-
Exception net.minecraft.util.CryptException
class CryptException extends Exception implements Serializable -
Exception net.minecraft.util.ResourceLocationException
class ResourceLocationException extends RuntimeException implements Serializable
-
-
Package net.minecraft.util.text
-
Exception net.minecraft.util.text.TranslationTextComponentFormatException
class TranslationTextComponentFormatException extends IllegalArgumentException implements Serializable
-
-
Package net.minecraft.util.text.filter
-
Exception net.minecraft.util.text.filter.ChatFilterClient.ConnectionException
class ConnectionException extends RuntimeException implements Serializable
-
-
Package net.minecraftforge.client.model
-
Exception net.minecraftforge.client.model.ModelLoader.ItemLoadingException
class ItemLoadingException extends ModelLoadingException implements Serializable -
Exception net.minecraftforge.client.model.ModelLoadingException
class ModelLoadingException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package net.minecraftforge.common.util
-
Class net.minecraftforge.common.util.SortedProperties
class SortedProperties extends Properties implements Serializable- serialVersionUID:
- -8913480931455982442L
-
-
Package net.minecraftforge.fml
-
Class net.minecraftforge.fml.ForgeI18n.CustomReadOnlyFormat
class CustomReadOnlyFormat extends Format implements Serializable-
Serialized Fields
-
formatter
BiConsumer<StringBuffer,
Object> formatter
-
-
-
Exception net.minecraftforge.fml.LoadingFailedException
class LoadingFailedException extends RuntimeException implements Serializable-
Serialized Fields
-
loadingExceptions
List<ModLoadingException> loadingExceptions
-
-
-
Exception net.minecraftforge.fml.ModLoadingException
class ModLoadingException extends RuntimeException implements Serializable- serialVersionUID:
- 2048947398536935507L
-
Serialized Fields
-
context
List<Object> context
Context for message display -
errorStage
ModLoadingStage errorStage
The stage where this error was encountered -
i18nMessage
String i18nMessage
I18N message to use for display -
modInfo
net.minecraftforge.forgespi.language.IModInfo modInfo
Mod Info for mod with issue
-
-
-
Package net.minecraftforge.fml.common
-
Exception net.minecraftforge.fml.common.EnhancedRuntimeException
class EnhancedRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception net.minecraftforge.fml.common.LoaderException
class LoaderException extends EnhancedRuntimeException implements Serializable- serialVersionUID:
- -5675297950958861378L
-
Exception net.minecraftforge.fml.common.LoaderExceptionModCrash
class LoaderExceptionModCrash extends LoaderException implements Serializable- serialVersionUID:
- 1L
-
Exception net.minecraftforge.fml.common.ObfuscationReflectionHelper.UnableToAccessFieldException
class UnableToAccessFieldException extends RuntimeException implements Serializable -
Exception net.minecraftforge.fml.common.ObfuscationReflectionHelper.UnableToFindFieldException
class UnableToFindFieldException extends RuntimeException implements Serializable -
Exception net.minecraftforge.fml.common.ObfuscationReflectionHelper.UnableToFindMethodException
class UnableToFindMethodException extends RuntimeException implements Serializable -
Exception net.minecraftforge.fml.common.ObfuscationReflectionHelper.UnknownConstructorException
class UnknownConstructorException extends RuntimeException implements Serializable
-
-
Package net.minecraftforge.fml.loading
-
Class net.minecraftforge.fml.loading.AdvancedLogMessageAdapter
class AdvancedLogMessageAdapter extends Object implements Serializable- serialVersionUID:
- -8291754833965087436L
-
Serialized Fields
-
logMessageBuilder
Consumer<StringBuilder> logMessageBuilder
-
-
Exception net.minecraftforge.fml.loading.EarlyLoadingException
class EarlyLoadingException extends RuntimeException implements Serializable-
Serialized Fields
-
errorMessages
List<EarlyLoadingException.ExceptionData> errorMessages
-
-
-
-
Package net.minecraftforge.fml.loading.moddiscovery
-
Exception net.minecraftforge.fml.loading.moddiscovery.InvalidModFileException
class InvalidModFileException extends RuntimeException implements Serializable-
Serialized Fields
-
modFileInfo
net.minecraftforge.forgespi.language.IModFileInfo modFileInfo
-
-
-
-
Package net.minecraftforge.fml.loading.toposort
-
Exception net.minecraftforge.fml.loading.toposort.CyclePresentException
class CyclePresentException extends IllegalArgumentException implements Serializable
-
-
Package net.minecraftforge.logging
-
Class net.minecraftforge.logging.ModelLoaderErrorMessage
class ModelLoaderErrorMessage extends org.apache.logging.log4j.message.SimpleMessage implements Serializable-
Serialized Fields
-
exception
Exception exception
-
resourceLocation
ModelResourceLocation resourceLocation
-
-
-