/** Diese Ausnahme tritt auf, wenn es Kommunikationsprobleme mit der
 Tastatur gegeben hat */
public class InputException extends RuntimeException { }
