Invokes ApiFuture#get() on the given future, and if the call throws an exception (which
will be UncheckedExecutionException), the exception is processed in the following way:
If the exception cause is a RuntimeException, the RuntimeException is rethrown. To ease
debugging, the a AsyncTaskException is added as a suppressed exception to
maintain the callsite.
Otherwise, the UncheckedExecutionException is rethrown.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["\u003cp\u003eThe latest version of the API is 2.63.1, which can be found at the top of the version list.\u003c/p\u003e\n"],["\u003cp\u003eThis webpage provides a comprehensive list of historical versions of the API, starting from 2.63.1 and going down to 2.7.1.\u003c/p\u003e\n"],["\u003cp\u003eApiExceptions is a utility class designed for managing and handling \u003ccode\u003eApiException\u003c/code\u003e, and it inherits from \u003ccode\u003ejava.lang.Object\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eApiExceptions\u003c/code\u003e has a static method called \u003ccode\u003ecallAndTranslateApiException\u003c/code\u003e that handles exceptions when calling \u003ccode\u003eApiFuture#get()\u003c/code\u003e, including rethrowing \u003ccode\u003eRuntimeException\u003c/code\u003e or \u003ccode\u003eUncheckedExecutionException\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage details the \u003ccode\u003ecallAndTranslateApiException\u003c/code\u003e static method's behavior, including exception handling and the required \u003ccode\u003eApiFuture\u003c/code\u003e parameter.\u003c/p\u003e\n"]]],[],null,[]]