IllegalStateRecordException
This exception is thrown whenever a state record is invalid and cannot be applied to a robot. It indicates an issue with the data or format of a state record that prevents its proper use.
Methods
IllegalStateRecordException(String s)
Constructs a new IllegalStateRecordException with the specified detail message.
s: The detail message (aString) explaining the reason for the exception.