this keywords allows for a method to not handle an exception by its own, but rather throw it to the calling method. If there is no equivalent, how can you accomplish the same (or a similar) effect?
see this to read about java throws keyword / clause