Package kameleon.gui.exception

Examples of kameleon.gui.exception.InvalidOutputFileException


   *       if an invalid file is provided
   *///TODO Further test if the given file is valid
  public void setOutputFile(File selectedFile)
      throws InvalidOutputFileException {
    if (selectedFile == null) {
      throw new InvalidOutputFileException() ;
    }// if
    this.outputFile = selectedFile ;
  }// setOutPutFile(File)
View Full Code Here

TOP

Related Classes of kameleon.gui.exception.InvalidOutputFileException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.