| Generierte Dokumentation der praktischen Arbeit von Simon Tiffert |
00001 /* 00002 * 00003 * Datei: IsStartpunktException.java 00004 * 00005 * --------------------------------- 00006 * 00007 * Datum: $Date: 2004/05/12 11:49:12 $ 00008 * Autor: Simon Tiffert 00009 * Prüfungsnummer: 40 00010 * Firma: T-Systems 00011 * eMail-Adresse: simon.tiffert@t-systems.com 00012 * Version: $Revision: 1.3 $ 00013 * 00014 * --------------------------------- 00015 * 00016 */ 00017 package main.verarbeitung; 00018 00019 /** 00020 * Exception, die geworfen wird, wenn die Koordinate eines Sperrfeldes 00021 * auf dem Startpunkt liegt 00022 * 00023 * @version $Revision: 1.3 $ 00024 * @author Simon Tiffert 00025 */ 00026 public class IsStartpunktException extends RuntimeException 00027 { 00028 /** 00029 * Der Konstruktor bekommt die Koordinaten des Startpunktes übergeben 00030 * 00031 * @param koordinaten Koordinaten des Startpunktes 00032 */ 00033 public IsStartpunktException(String koordinaten) 00034 { 00035 super(koordinaten); 00036 } 00037 00038 }
|
|
|
| Documentation created with Doxygen 1.3.6 | Fri May 14 11:15:26 2004 |