File-By-File
NullOdometryException

NullOdometryException

This exception is thrown when a required Odometry object is null. It indicates that an operation or constructor expected a non-null Odometry instance but received null instead.

Methods

NullOdometryException(String message)

Constructs a new NullOdometryException with the specified detail message.

  • message: The detail message (a String) explaining the reason for the exception.