public class ListException extends RuntimeException { public ListException(String s) { super(s); } // end constructor } // end ListException