Class FirmwareLoader.CRCFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
uk.ac.manchester.spinnaker.alloc.bmp.FirmwareLoader.FirmwareLoaderException
uk.ac.manchester.spinnaker.alloc.bmp.FirmwareLoader.CRCFailedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FirmwareLoader
public static class FirmwareLoader.CRCFailedException extends FirmwareLoader.FirmwareLoaderException
A CRC check failed.
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description int
crc
The CRC calculated by the BMP. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
crc
public final int crcThe CRC calculated by the BMP.
-