Math2mat

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

Go to the documentation of this file.
00001 
00006 package m2m.backend.vhdl;
00007 
00008 
00009 public class NoNameException extends VHDLException {
00010 
00014         private static final long serialVersionUID = -2113809716253829064L;
00015         
00016         private static String MSG_ERROR = "No block description for the element ";
00017 
00018         public NoNameException(String elementName) {
00019                 super(MSG_ERROR + elementName);
00020         }
00021 }
 All Classes Namespaces Files Functions Variables Enumerations