/** * Lauch Nuclear Missles. * * @throws LaunchException Failed to launch * @throws ExplodeException Failed to explode */ public void launchNuclearMissles(int megatons) throws LaunchException, ExplodeException { // Code which could throw a LaunchException and // an ExplodeException }