class ListFormatException extends Exception { public ListFormatException(String mess) { super(mess); } }