OpenCores
URL https://opencores.org/ocsvn/usb_fpga_1_2/usb_fpga_1_2/trunk

Subversion Repositories usb_fpga_1_2

[/] [usb_fpga_1_2/] [trunk/] [java/] [ztex/] [FirmwareUploadException.java] - Blame information for rev 4

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 ZTEX
/*!
2
   Java Driver API for the ZTEX Firmware Kit
3 4 ZTEX
   Copyright (C) 2009-2010 ZTEX e.K.
4 2 ZTEX
   http://www.ztex.de
5
 
6
   This program is free software; you can redistribute it and/or modify
7
   it under the terms of the GNU General Public License version 3 as
8
   published by the Free Software Foundation.
9
 
10
   This program is distributed in the hope that it will be useful, but
11
   WITHOUT ANY WARRANTY; without even the implied warranty of
12
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
   General Public License for more details.
14
 
15
   You should have received a copy of the GNU General Public License
16
   along with this program; if not, see http://www.gnu.org/licenses/.
17
!*/
18
 
19
package ztex;
20 3 ZTEX
/** * Signals that an error occured while attempting to upload the firmware. */
21 2 ZTEX
public class FirmwareUploadException extends Exception {
22 3 ZTEX
/**
23
 * Constructs an instance from the given error message.
24
 * @param msg The error message.
25
 */
26 2 ZTEX
    public FirmwareUploadException (String msg) {
27
        super( "Error uploading firmware: "+msg );
28
    }
29
 
30 3 ZTEX
/** * Constructs an instance using a standard message. */
31 2 ZTEX
    public FirmwareUploadException () {
32
        super( "Error uploading firmware" );
33
    }
34
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.