OpenCores
URL https://opencores.org/ocsvn/fpga-cf/fpga-cf/trunk

Subversion Repositories fpga-cf

[/] [fpga-cf/] [trunk/] [java/] [src/] [edu/] [byu/] [cc/] [plieber/] [fpgaenet/] [debug/] [llparse/] [RAMTypeException.java] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 peteralieb
/*
2
@LICENSE@
3
*/
4
 
5
package edu.byu.cc.plieber.fpgaenet.debug.llparse;
6
 
7
/**
8
 * An exception indicating that a problem was encountered regarding
9
 * the type of a RAM. The problem usually is a unknown RAM type.
10
 *
11
 * @author Paul Graham */
12
class RAMTypeException extends Exception {
13
 
14
  /** Standard parameterless constructor */
15
  RAMTypeException(){
16
    super();
17
  }
18
 
19
  /** Constructor with message <code>String</code>
20
   *
21
   * @param message The message <code>String</code> for the
22
   *                exeception. */
23
  RAMTypeException(String message) {
24
    super(message);
25
  }
26
}

powered by: WebSVN 2.1.0

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