class RationalException extends RuntimeException {
    RationalException(String message) {super(message);}
}
