Closed ChrisSSocha closed 12 years ago
NotEnoughCashException, NotEnoughCarbonException, NotEnoughLandException should extend Exception, and not RuntimeException, as these the caller will want to check these errors.
NotEnoughCashException
NotEnoughCarbonException
NotEnoughLandException
Exception
RuntimeException
NotEnoughCashException
,NotEnoughCarbonException
,NotEnoughLandException
should extendException
, and notRuntimeException
, as these the caller will want to check these errors.