source: release-kits/lirk3/bin/ant-installer/src/org/tp23/antinstaller/input/InputException.java@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 270 bytes
Line 
1package org.tp23.antinstaller.input;
2
3
4/**
5 * @author Paul Hinds
6 * @version $Id: InputException.java,v 1.1.1.1 2005/10/18 18:20:55 teknopaul Exp $
7 */
8public class InputException extends RuntimeException {
9 public InputException(String message){
10 super(message);
11 }
12}
Note: See TracBrowser for help on using the repository browser.