Math2mat

/home/ythoma/docs/math2mat/svn/wp1/framework/m2mGUI/src/m2m/backend/vhdl/BadElementException.java

Go to the documentation of this file.
00001 
00005 package m2m.backend.vhdl;
00006 
00007 public class BadElementException extends VHDLException {
00008 
00012         private static final long serialVersionUID = -184367937904410463L;
00013 
00014         public BadElementException(String name, String typeNeed, String typeObtain) {
00015                 super("Type error on the element " + name + " type needed: " +
00016                                   typeNeed + " type obtain: " + typeObtain);
00017         }
00018 }
 All Classes Namespaces Files Functions Variables Enumerations