Serialized Form
-
Package uk.ac.manchester.spinnaker.alloc.admin
-
Class uk.ac.manchester.spinnaker.alloc.admin.MachineDefinitionLoader.InsertFailedException extends RuntimeException implements Serializable
- serialVersionUID:
- -4930512416142843777L
-
Class uk.ac.manchester.spinnaker.alloc.admin.MachineStateControl.MachineStateException extends RuntimeException implements Serializable
- serialVersionUID:
- -6450838951059318431L
-
-
Package uk.ac.manchester.spinnaker.alloc.bmp
-
Class uk.ac.manchester.spinnaker.alloc.bmp.FirmwareLoader.CRCFailedException extends FirmwareLoader.FirmwareLoaderException implements Serializable
- serialVersionUID:
- -4111893327837084643L
-
Serialized Fields
-
crc
int crc
The CRC calculated by the BMP.
-
-
Class uk.ac.manchester.spinnaker.alloc.bmp.FirmwareLoader.FirmwareLoaderException extends RuntimeException implements Serializable
- serialVersionUID:
- -7057612243855126410L
-
Class uk.ac.manchester.spinnaker.alloc.bmp.FirmwareLoader.TooLargeException extends FirmwareLoader.FirmwareLoaderException implements Serializable
- serialVersionUID:
- -9025065456329109710L
-
Class uk.ac.manchester.spinnaker.alloc.bmp.FirmwareLoader.UpdateFailedException extends FirmwareLoader.FirmwareLoaderException implements Serializable
- serialVersionUID:
- 7925582707336953554L
-
Serialized Fields
-
data
ByteBuffer data
The data read back from the BMP.
-
-
-
Package uk.ac.manchester.spinnaker.alloc.client
-
Class uk.ac.manchester.spinnaker.alloc.client.SpallocClient.SpallocException extends RuntimeException implements Serializable
- serialVersionUID:
- -1363689283367574333L
-
Serialized Fields
-
responseCode
int responseCode
The HTTP response code that triggered the exception.
-
-
-
Package uk.ac.manchester.spinnaker.alloc.compat
-
Class uk.ac.manchester.spinnaker.alloc.compat.TaskException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package uk.ac.manchester.spinnaker.alloc.web
-
Class uk.ac.manchester.spinnaker.alloc.web.RequestFailedException extends RuntimeException implements Serializable
- serialVersionUID:
- -7522760691720854101L
-
Serialized Fields
-
code
Response.Status code
The status code. -
message
String message
The response message contents.
-
-
Class uk.ac.manchester.spinnaker.alloc.web.RequestFailedException.BadArgs extends RequestFailedException implements Serializable
- serialVersionUID:
- 7916573155067333350L
-
Class uk.ac.manchester.spinnaker.alloc.web.RequestFailedException.EmptyResponse extends RequestFailedException implements Serializable
- serialVersionUID:
- -2944836034264700912L
-
Class uk.ac.manchester.spinnaker.alloc.web.RequestFailedException.ItsGone extends RequestFailedException implements Serializable
- serialVersionUID:
- 3774531853141947270L
-
Class uk.ac.manchester.spinnaker.alloc.web.RequestFailedException.NotFound extends RequestFailedException implements Serializable
- serialVersionUID:
- 5991697173204757030L
-
-
Package uk.ac.manchester.spinnaker.connections.model
-
Class uk.ac.manchester.spinnaker.connections.model.InvalidPacketException extends IOException implements Serializable
- serialVersionUID:
- -2509633246846245166L
-
-
Package uk.ac.manchester.spinnaker.front_end.iobuf
-
Class uk.ac.manchester.spinnaker.front_end.iobuf.Replacer.WrappedException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
e
IOException e
The wrapped exception.
-
-
-
Package uk.ac.manchester.spinnaker.machine
-
Class uk.ac.manchester.spinnaker.machine.ChipLocation extends Object implements Serializable
- serialVersionUID:
- -2343484354316378507L
-
Serialized Fields
-
x
@uk.ac.manchester.spinnaker.machine.ValidX int x
The X coordinate. -
y
@uk.ac.manchester.spinnaker.machine.ValidY int y
The Y coordinate.
-
-
Class uk.ac.manchester.spinnaker.machine.CoreLocation extends Object implements Serializable
- serialVersionUID:
- 2930811082362121057L
-
Serialized Fields
-
p
@uk.ac.manchester.spinnaker.machine.ValidP int p
The P coordinate. -
x
@uk.ac.manchester.spinnaker.machine.ValidX int x
The X coordinate. -
y
@uk.ac.manchester.spinnaker.machine.ValidY int y
The Y coordinate.
-
-
-
Package uk.ac.manchester.spinnaker.messages.model
-
Class uk.ac.manchester.spinnaker.messages.model.ADCInfo extends Object implements Serializable
- serialVersionUID:
- 8245655123474028462L
-
Serialized Fields
-
fan0
Double fan0
fan0 rotation rate. -
fan1
Double fan1
fan1 rotation rate. -
fan2
Double fan2
fan2 rotation rate. -
shutdownFlags
int shutdownFlags
Shutdown flags. Seecheck_status()
inbmp_main.c
. If non-zero, the board is very unhappy with its status, and will be flashing an LED rapidly. -
tempBottom
double tempBottom
Temperature bottom, in °C. -
tempExt0
Double tempExt0
Temperature external0, in °C. Only meaningful when data was obtained from a BMP that manages a frame. -
tempExt1
Double tempExt1
Temperature external1, in °C. Only meaningful when data was obtained from a BMP that manages a frame. -
tempTop
double tempTop
Temperature top, in °C. -
voltage12a
double voltage12a
Actual voltage of the 1.2Va supply rail. -
voltage12b
double voltage12b
Actual voltage of the 1.2Vb supply rail. -
voltage12c
double voltage12c
Actual voltage of the 1.2Vc supply rail. -
voltage18
double voltage18
Actual voltage of the 1.8V supply rail. -
voltage33
double voltage33
Actual voltage of the 3.3V supply rail. -
voltageSupply
double voltageSupply
Actual voltage of the main power supply (nominally 12V?). -
warningFlags
int warningFlags
Warning flags. Seecheck_status()
inbmp_main.c
.
-
-
Class uk.ac.manchester.spinnaker.messages.model.Blacklist extends Object implements Serializable
- serialVersionUID:
- -7759940789892168209L
-
Serialization Methods
-
readObject
Set this object up by reading from the stream. This is standard except for the special handling of the raw data.- Throws:
IOException
- If input fails.ClassNotFoundException
- if the class of a serialized object could not be found.- See Also:
ObjectInputStream.defaultReadObject()
-
writeObject
Write this object to the stream. This is standard except for the special handling of the raw data.- Throws:
IOException
- If output fails.- See Also:
ObjectOutputStream.defaultWriteObject()
-
-
Serialized Fields
-
chips
Set<@Valid ChipLocation> chips
The blacklisted chips. -
cores
Map<@Valid ChipLocation,Set<@ValidP Integer>> cores
The blacklisted cores. -
links
Map<@Valid ChipLocation,Set<Direction>> links
The blacklisted links.
-
-
Class uk.ac.manchester.spinnaker.messages.model.MemoryAllocationFailedException extends Exception implements Serializable
- serialVersionUID:
- 4463116302552127934L
-
Class uk.ac.manchester.spinnaker.messages.model.UnexpectedResponseCodeException extends Exception implements Serializable
- serialVersionUID:
- 7864690081287752744L
-
Serialized Fields
-
response
SCPResult response
The response that cause this exception to be thrown, if known.
-
-
Class uk.ac.manchester.spinnaker.messages.model.UnroutableMessageException extends UnexpectedResponseCodeException implements Serializable
- serialVersionUID:
- 2106128799950032057L
-
Serialized Fields
-
header
SDPHeader header
The full header from the response message.
-
-
-
Package uk.ac.manchester.spinnaker.nmpi.model
-
Class uk.ac.manchester.spinnaker.nmpi.model.DateTimeSerialiser extends StdSerializer<DateTime> implements Serializable
-
-
Package uk.ac.manchester.spinnaker.nmpi.model.machine
-
Class uk.ac.manchester.spinnaker.nmpi.model.machine.SpinnakerMachine extends Object implements Serializable
- serialVersionUID:
- -2247744763327978524L
-
Serialized Fields
-
bmpDetails
String bmpDetails
The BMP details of the machine. -
height
int height
The height of the machine. -
machineName
String machineName
The name of the machine. -
nBoards
int nBoards
The number of boards in the machine. -
version
String version
The version of the machine. -
width
int width
The width of the machine.
-
-
-
Package uk.ac.manchester.spinnaker.nmpi.rest.utils
-
Class uk.ac.manchester.spinnaker.nmpi.rest.utils.PropertyBasedDeserialiser extends StdDeserializer<T> implements Serializable
- serialVersionUID:
- 1L
-
-
Package uk.ac.manchester.spinnaker.nmpiexec.job_parameters
-
Class uk.ac.manchester.spinnaker.nmpiexec.job_parameters.JobParametersFactoryException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class uk.ac.manchester.spinnaker.nmpiexec.job_parameters.UnsupportedJobException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package uk.ac.manchester.spinnaker.spalloc.exceptions
-
Class uk.ac.manchester.spinnaker.spalloc.exceptions.JobDestroyedException extends Exception implements Serializable
- serialVersionUID:
- 6082560756316191208L
-
Class uk.ac.manchester.spinnaker.spalloc.exceptions.SpallocProtocolException extends IOException implements Serializable
- serialVersionUID:
- -1591596793445886688L
-
Class uk.ac.manchester.spinnaker.spalloc.exceptions.SpallocProtocolTimeoutException extends IOException implements Serializable
- serialVersionUID:
- -3573271239107837119L
-
Class uk.ac.manchester.spinnaker.spalloc.exceptions.SpallocServerException extends Exception implements Serializable
- serialVersionUID:
- 3865188016221866202L
-
Class uk.ac.manchester.spinnaker.spalloc.exceptions.SpallocStateChangeTimeoutException extends Exception implements Serializable
- serialVersionUID:
- 4879238794331037892L
-
-
Package uk.ac.manchester.spinnaker.storage
-
Class uk.ac.manchester.spinnaker.storage.StorageException extends Exception implements Serializable
- serialVersionUID:
- 3553555491656536568L
-
-
Package uk.ac.manchester.spinnaker.transceiver
-
Class uk.ac.manchester.spinnaker.transceiver.BMPSendFailedException extends IOException implements Serializable
- serialVersionUID:
- -7806549580351626377L
-
Class uk.ac.manchester.spinnaker.transceiver.BMPSendTimedOutException extends SocketTimeoutException implements Serializable
- serialVersionUID:
- 1660563278795501381L
-
Class uk.ac.manchester.spinnaker.transceiver.CoresNotInStateException extends SpinnmanException implements Serializable
- serialVersionUID:
- 1790369744408178478L
-
Serialized Fields
-
failedCores
CoreSubsets failedCores
Which cores have failed. -
operation
String operation
What operation was being done. -
timeout
float timeout
What the timeout was.
-
-
Class uk.ac.manchester.spinnaker.transceiver.ProcessException extends SpinnmanException implements Serializable
- serialVersionUID:
- 5198868033333540659L
-
Serialized Fields
-
responseCode
SCPResult responseCode
The response that cause this exception to be thrown, if known. NeverRC_OK
; that doesn't cause exceptions! May benull
if the cause was not identified as an error from SpiNNaker. -
source
SDPLocation source
Where does the code believe this exception originated?
-
-
Class uk.ac.manchester.spinnaker.transceiver.ProcessException.BadChecksum extends ProcessException.CallerProcessException implements Serializable
- serialVersionUID:
- -5660270018252119601L
-
Class uk.ac.manchester.spinnaker.transceiver.ProcessException.BadCommand extends ProcessException.CallerProcessException implements Serializable
- serialVersionUID:
- 2446636059917726286L
-
Class uk.ac.manchester.spinnaker.transceiver.ProcessException.BadCPUNumber extends ProcessException.CallerProcessException implements Serializable
- serialVersionUID:
- 6532417803149087690L
-
Class uk.ac.manchester.spinnaker.transceiver.ProcessException.BadPacketLength extends ProcessException.CallerProcessException implements Serializable
- serialVersionUID:
- 4329836896716525422L
-
Class uk.ac.manchester.spinnaker.transceiver.ProcessException.BadSCPPort extends ProcessException.CallerProcessException implements Serializable
- serialVersionUID:
- -5171910962257032626L
-
Class uk.ac.manchester.spinnaker.transceiver.ProcessException.CallerProcessException extends ProcessException implements Serializable
- serialVersionUID:
- 1L
-
Class uk.ac.manchester.spinnaker.transceiver.ProcessException.DeadDestination extends ProcessException.PermanentProcessException implements Serializable
- serialVersionUID:
- -3842030808096451015L
-
Class uk.ac.manchester.spinnaker.transceiver.ProcessException.InvalidArguments extends ProcessException.CallerProcessException implements Serializable
- serialVersionUID:
- 3907517289211998444L
-
Class uk.ac.manchester.spinnaker.transceiver.ProcessException.NoBufferAvailable extends ProcessException.TransientProcessException implements Serializable
- serialVersionUID:
- 3647501054775981197L
-
Class uk.ac.manchester.spinnaker.transceiver.ProcessException.NoP2PRoute extends ProcessException.PermanentProcessException implements Serializable
- serialVersionUID:
- -6132417061161625508L
-
Class uk.ac.manchester.spinnaker.transceiver.ProcessException.P2PBusy extends ProcessException.TransientProcessException implements Serializable
- serialVersionUID:
- 4445680981367158468L
-
Class uk.ac.manchester.spinnaker.transceiver.ProcessException.P2PNoReply extends ProcessException.TransientProcessException implements Serializable
- serialVersionUID:
- 2196366740196153289L
-
Class uk.ac.manchester.spinnaker.transceiver.ProcessException.P2PReject extends ProcessException.TransientProcessException implements Serializable
- serialVersionUID:
- -2903670314989693747L
-
Class uk.ac.manchester.spinnaker.transceiver.ProcessException.P2PTimedOut extends ProcessException.TransientProcessException implements Serializable
- serialVersionUID:
- -7686611958418374003L
-
Class uk.ac.manchester.spinnaker.transceiver.ProcessException.PacketTransmissionFailed extends ProcessException.TransientProcessException implements Serializable
- serialVersionUID:
- 5119831821960433468L
-
Class uk.ac.manchester.spinnaker.transceiver.ProcessException.PermanentProcessException extends ProcessException implements Serializable
- serialVersionUID:
- 1L
-
Class uk.ac.manchester.spinnaker.transceiver.ProcessException.TimedOut extends ProcessException.TransientProcessException implements Serializable
- serialVersionUID:
- -298985937364034661L
-
Class uk.ac.manchester.spinnaker.transceiver.ProcessException.TransientProcessException extends ProcessException implements Serializable
- serialVersionUID:
- 1L
-
Class uk.ac.manchester.spinnaker.transceiver.SpinnmanException extends Exception implements Serializable
- serialVersionUID:
- 4307580491294281556L
-
-
Package uk.ac.manchester.spinnaker.utils
-
Class uk.ac.manchester.spinnaker.utils.DefaultMap extends HashMap<K,V> implements Serializable
- serialVersionUID:
- -3805864660424802906L
-
Serialized Fields
-
defValue
V defValue
The default value. -
direct
boolean direct
Whether this is a direct default value map. Only direct maps are serializable.
-
-
Class uk.ac.manchester.spinnaker.utils.InetFactory.Inet6NotSupportedException extends UnknownHostException implements Serializable
- serialVersionUID:
- -7430619278827122304L
-