Class ProcessException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ProcessException.CallerProcessException, ProcessException.PermanentProcessException, ProcessException.TransientProcessException

public class ProcessException
extends SpinnmanException
Encapsulates exceptions from processes which communicate with some core/chip.
See Also:
Serialized Form
  • Field Details

    • source

      public final SDPLocation source
      Where does the code believe this exception originated?
    • responseCode

      public final SCPResult responseCode
      The response that cause this exception to be thrown, if known. Never RC_OK; that doesn't cause exceptions! May be null if the cause was not identified as an error from SpiNNaker.