NullTrajectoryException
This exception is thrown when a required Trajectory object is null. It indicates that an operation or constructor expected a non-null Trajectory instance but received null instead.
Methods
NullTrajectoryException(String message)
Constructs a new NullTrajectoryException with the specified detail message.
message: The detail message (aString) explaining the reason for the exception.