Serialized Form
-
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.connections.model
-
Class uk.ac.manchester.spinnaker.connections.model.InvalidPacketException extends IOException implements Serializable
- serialVersionUID:
- -2509633246846245166L
-
-
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.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.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
-