Constructs the Generator exception with the specified string.paramthe string description super(s); this.reason = s;
super(s); this.reason = s;
Return the string representation of the exception.returnthe string representation of the exception. return reason;
return reason;