File-By-File
NullDriveException

NullDriveException

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

Methods

NullDriveException(String message)

Constructs a new NullDriveException with the specified detail message.

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