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

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

Rev 2 Rev 3
Line 16... Line 16...
   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;
 
 
 
/** * Thrown if the FPGA is already configured. */
public class AlreadyConfiguredException extends Exception {
public class AlreadyConfiguredException extends Exception {
 
/**
 
 * Constructs an instance from the given input string.
 
 * @param msg A message.
 
 */
    public AlreadyConfiguredException (String msg) {
    public AlreadyConfiguredException (String msg) {
        super( "FPGA already configured: "+msg );
        super( "FPGA already configured: "+msg );
    }
    }
 
 
 
/** * Constructs an instance using a standard message. */
    public AlreadyConfiguredException() {
    public AlreadyConfiguredException() {
        super( "FPGA already configured" );
        super( "FPGA already configured" );
    }
    }
}
}
 
 
 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.