URL
https://opencores.org/ocsvn/usb_fpga_1_2/usb_fpga_1_2/trunk
[/] [usb_fpga_1_2/] [trunk/] [java/] [ztex/] [IhxParseException.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;
|
|
|
|
/** * Signals that an error occurred while attempting to decode the ihx file. */
|
public class IhxParseException extends Exception {
|
public class IhxParseException extends Exception {
|
|
/**
|
|
* Constructs an instance from the given error message.
|
|
* @param msg The error message.
|
|
*/
|
public IhxParseException( String msg ) {
|
public IhxParseException( String msg ) {
|
super( msg );
|
super( msg );
|
}
|
}
|
}
|
}
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.