Yes and no. Throwing a new exception will exit the method like a return, however no value will be returned. Instead, the exception will propagate itself through your code until it is either caught or...