public class EmptyListException extends Exception { public EmptyListException() { super(); } }