Class ProcessException.CallerProcessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.manchester.spinnaker.transceiver.SpinnmanException
uk.ac.manchester.spinnaker.transceiver.ProcessException
uk.ac.manchester.spinnaker.transceiver.ProcessException.CallerProcessException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ProcessException.BadChecksum
,ProcessException.BadCommand
,ProcessException.BadCPUNumber
,ProcessException.BadPacketLength
,ProcessException.BadSCPPort
,ProcessException.InvalidArguments
- Enclosing class:
- ProcessException
public abstract static class ProcessException.CallerProcessException extends ProcessException
Marks an exception for errors in the message by the caller. Suggested
recovery strategy: don't send bad messages.
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class uk.ac.manchester.spinnaker.transceiver.ProcessException
ProcessException.BadChecksum, ProcessException.BadCommand, ProcessException.BadCPUNumber, ProcessException.BadPacketLength, ProcessException.BadSCPPort, ProcessException.CallerProcessException, ProcessException.DeadDestination, ProcessException.InvalidArguments, ProcessException.NoBufferAvailable, ProcessException.NoP2PRoute, ProcessException.P2PBusy, ProcessException.P2PNoReply, ProcessException.P2PReject, ProcessException.P2PTimedOut, ProcessException.PacketTransmissionFailed, ProcessException.PermanentProcessException, ProcessException.TimedOut, ProcessException.TransientProcessException
-
Field Summary
Fields inherited from class uk.ac.manchester.spinnaker.transceiver.ProcessException
responseCode, source
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString