Class CoresNotInStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.manchester.spinnaker.transceiver.SpinnmanException
uk.ac.manchester.spinnaker.transceiver.CoresNotInStateException
- All Implemented Interfaces:
Serializable
Cores failed to reach a given state within a timeout.
- Author:
- Donal Fellows
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionfloat
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getTimeout
public float getTimeout()- Returns:
- How long did we wait for the cores to enter the desired state?
-
getOperation
- Returns:
- What were we attempting to do when the failure happened?
-
getFailedCores
- Returns:
- What cores have failed?
-