PPT Slide
public void getNextCustomer( ) throws QueueEmptyException
cust = (Customer) customerQueue.dequeue( );
This option dictates that whoever calls method getNextCustomer( ) has the responsibility of handling the exception.
Declaring that it will propagate