File-By-File
NullControllerException

NullControllerException

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

Methods

NullControllerException(String message)

Constructs a new NullControllerException with the specified detail message.

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