Hi all,

I have a compilation problem while trying to execute this example 
https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/optimization/GetKeywordIdeas.java

The line 118 

TargetingIdeaPage page = targetingIdeaService.get(selector);

gives me this error

Unhandled exception type ApiException

If I try to add this in the method declaration (even if there is already throws 
Exception ) it tells me

No exception of type ApiException can be thrown; an exception type must be 
a subclass of Throwable

Also, in the example there is no import of the ApiException class, so I 
added

import com.google.api.ads.adwords.axis.v201502.cm.ApiException;

Any help is really appreciated! Thank you in advance.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/84962824-9bed-4e51-b1fd-8934c72c1a1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to