StateRecorderException
This exception is thrown when an issue occurs with the state recorder. This could be due to various reasons related to recording, storing, or retrieving robot states.
Methods
StateRecorderException(String message)
Constructs a new StateRecorderException with the specified detail message.
message: The detail message (aString) explaining the reason for the exception.