class NegativSzamException extends Exception { NegativSzamException(String uzenet) { super(uzenet); } }