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 (aString) explaining the reason for the exception.