"throws" is used when declaring a method which may result in an exception where the method itself does not handle the exception using try/catch.

Details at Lesson: Exceptions (The Java™ Tutorials...