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/] [BitstreamUploadException.java] - Diff between revs 2 and 3

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 2 Rev 3
Line 15... Line 15...
   You should have received a copy of the GNU General Public License
   You should have received a copy of the GNU General Public License
   along with this program; if not, see http://www.gnu.org/licenses/.
   along with this program; if not, see http://www.gnu.org/licenses/.
!*/
!*/
 
 
package ztex;
package ztex;
 
/** *   Signals that an error occurred while attempting to upload the bitstream. */
public class BitstreamUploadException extends Exception {
public class BitstreamUploadException extends Exception {
 
/**
 
 * Constructs an instance from the given error message.
 
 * @param msg The error message.
 
 */
    public BitstreamUploadException (String msg) {
    public BitstreamUploadException (String msg) {
        super( "Error uploading bitstream: "+msg );
        super( "Error uploading bitstream: "+msg );
    }
    }
 
 
 
/** * Constructs an instance using a standard message. */
    public BitstreamUploadException () {
    public BitstreamUploadException () {
        super( "Error uploading bitstream" );
        super( "Error uploading bitstream" );
    }
    }
}
}
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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