/** * 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 } #### =head2 launch_nuclear_missles launch_nuclear_missles( $megatons ); THROWS: LaunchException -- Failed to launch ExplodeException -- Failed to explode Launches nuclear missles. =cut