InputException.java :  » Installer » AntInstaller » org » tp23 » antinstaller » input » Java Open Source

Java Open Source » Installer » AntInstaller 
AntInstaller » org » tp23 » antinstaller » input » InputException.java
package org.tp23.antinstaller.input;


/**
 * @author Paul Hinds
 * @version $Id: InputException.java,v 1.1.1.1 2005/10/18 18:20:55 teknopaul Exp $
 */
public class InputException extends RuntimeException {
  public InputException(String message){
    super(message);
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.