EOS 2  1.1.0
Einfache Objektbasierte Sprache
TranslationException.java
gehe zur Dokumentation dieser Datei
1 package de.lathanda.eos.baseparser.exceptions;
2 
3 import de.lathanda.eos.vm.ErrorInformation;
4 
5 public class TranslationException extends Exception {
6  private static final long serialVersionUID = -5298737133568481826L;
7  private ErrorInformation ei;
8 
10  this.ei = ei;
11  }
12 
14  return ei;
15  }
16 }
Impressum