source: trunk/gsdl3/extensions/gsdl-as/src/org/greenstone/gsdlas/UnsupportedFieldException.java@ 8609

Last change on this file since 8609 was 8609, checked in by schweer, 20 years ago

putting the alerting service servlet under version control

  • Property svn:keywords set to Author Date Id Revision
File size: 558 bytes
Line 
1/*
2 * Created on Nov 8, 2004
3 * Copyright (C) Andrea Schweer, 2004
4 *
5 * This file is part of the Greenstone Alerting Service.
6 * Refer to the COPYING file in the base directory of this package
7 * for licensing information.
8 */
9package org.greenstone.gsdlas;
10
11/**
12 * @author schweer
13 *
14 * TODO To change the template for this generated type comment go to
15 * Window - Preferences - Java - Code Style - Code Templates
16 */
17public class UnsupportedFieldException extends Exception {
18 public UnsupportedFieldException(String msg) {
19 super(msg);
20 }
21}
Note: See TracBrowser for help on using the repository browser.