UnknownWordException.java
Go to the documentation of this file.
00001 package instruction.exceptions;
00002 
00003 public class UnknownWordException extends Exception {
00004 
00005 
00006         private static final long serialVersionUID = -4039575417793332735L;
00007 
00008         public UnknownWordException(String msg) {
00009                 super(msg);
00010         }
00011 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends


comp_ehow
Author(s): Moritz Tenorth, Daniel Nyga
autogenerated on Tue Apr 16 2013 00:18:03