Serialized Form
-
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.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
-
-
-