CycMappingException.java
Go to the documentation of this file.
00001 package instruction.exceptions;
00002 
00003 import instruction.semanticObjects.Word;
00004 
00005 public class CycMappingException extends Exception {
00006 
00010         private static final long serialVersionUID = 1L;
00011         Word w;
00012         
00013         public CycMappingException(Word w) {
00014                 this.w = w;
00015         }
00016         
00017         public Word getWord() {
00018                 return w;
00019         }
00020         
00021 }
 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:02