Serialized Form
-
Package arc.backend.sdl
-
Exception arc.backend.sdl.SdlApplication.SdlError
class SdlError extends RuntimeException implements Serializable
-
-
Package arc.discord
-
Exception arc.discord.DiscordRPC.NoDiscordClientException
class NoDiscordClientException extends RuntimeException implements Serializable
-
-
Package arc.math
-
Class arc.math.Rand
class Rand extends Random implements Serializable-
Serialized Fields
-
seed0
long seed0
The first half of the internal state of this pseudo-random number generator. -
seed1
long seed1
The second half of the internal state of this pseudo-random number generator.
-
-
-
-
Package arc.net
-
Exception arc.net.ArcNetException
class ArcNetException extends RuntimeException implements Serializable
-
-
Package arc.net.dns
-
Exception arc.net.dns.InitializationException
class InitializationException extends Exception implements Serializable
-
-
Package arc.util
-
Exception arc.util.ArcRuntimeException
class ArcRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 6735854402467673117L
-
Exception arc.util.Http.HttpStatusException
class HttpStatusException extends RuntimeException implements Serializable-
Serialized Fields
-
response
Http.HttpResponse response
The response that was sent along with the status code. -
status
Http.HttpStatus status
The 4xx or 5xx error code.
-
-
-
-
Package arc.util.serialization
-
Exception arc.util.serialization.Jval.JsonParseException
class JsonParseException extends RuntimeException implements Serializable-
Serialized Fields
-
column
int column
-
line
int line
-
offset
int offset
-
-
-
Exception arc.util.serialization.SerializationException
class SerializationException extends RuntimeException implements Serializable-
Serialized Fields
-
trace
StringBuilder trace
-
-
-
-
Package mindustry.io
-
Exception mindustry.io.SaveIO.SaveException
class SaveException extends RuntimeException implements Serializable
-
-
Package mindustry.maps
-
Exception mindustry.maps.MapException
class MapException extends RuntimeException implements Serializable-
Serialized Fields
-
map
Map map
-
-
-
-
Package mindustry.mod
-
Exception mindustry.mod.Mods.ModLoadException
class ModLoadException extends RuntimeException implements Serializable
-
-
Package mindustry.net
-
Exception mindustry.net.ValidateException
class ValidateException extends RuntimeException implements Serializable-
Serialized Fields
-
player
mindustry.gen.Player player
-
-
-