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
public class CoresNotInStateException extends SpinnmanException
Cores failed to reach a given state within a timeout.
- Author:
- Donal Fellows
- See Also:
- Serialized Form
-
Method Summary
Modifier and Type Method Description CoreSubsets
getFailedCores()
String
getOperation()
float
getTimeout()
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?
-