public class NumOutOfRangeException extends Exception
{
	public NumOutOfRangeException()
	{
		super("invalid entry...please try again");
	}
}
