/* Generated by Together */ package evolution.lands; /** * A class of NotEnoughLandResourcesExceptions. */ public class NotEnoughLandResourcesException extends Exception { /** * Create new NotEnoughResourcesException. */ public NotEnoughLandResourcesException() { } /** * Create new NotEnoughResourcesException with given message. */ public NotEnoughLandResourcesException(String msg) { super(msg); } }