Uses of Class
uk.ac.manchester.spinnaker.transceiver.ProcessException.CallerProcessException
Package | Description |
---|---|
uk.ac.manchester.spinnaker.transceiver |
How to actually talk to a SpiNNaker machine.
|
-
Uses of ProcessException.CallerProcessException in uk.ac.manchester.spinnaker.transceiver
Subclasses of ProcessException.CallerProcessException in uk.ac.manchester.spinnaker.transceiver Modifier and Type Class Description static class
ProcessException.BadChecksum
A process exception cause by the receipt of aSCPResult.RC_SUM
message, indicating that the checksum was wrong.static class
ProcessException.BadCommand
A process exception cause by the receipt of aSCPResult.RC_CMD
message, indicating that the command was not supported by the destination.static class
ProcessException.BadCPUNumber
A process exception cause by the receipt of aSCPResult.RC_CPU
message, indicating that the destination core number was out of range.static class
ProcessException.BadPacketLength
A process exception cause by the receipt of aSCPResult.RC_LEN
message, indicating that the packet length was wrong.static class
ProcessException.BadSCPPort
A process exception cause by the receipt of aSCPResult.RC_PORT
message, indicating that the SCP port was out of range.static class
ProcessException.InvalidArguments
A process exception cause by the receipt of aSCPResult.RC_ARG
message, indicating that the arguments to the command are wrong.