Document load() exceptions

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=172329677
This commit is contained in:
andrewlewis 2017-10-16 08:46:54 -07:00 committed by Oliver Woodman
parent d0758c9393
commit 9356363117

View File

@ -61,8 +61,8 @@ public final class Loader implements LoaderErrorThrower {
/** /**
* Performs the load, returning on completion or cancellation. * Performs the load, returning on completion or cancellation.
* *
* @throws IOException * @throws IOException If the input could not be loaded.
* @throws InterruptedException * @throws InterruptedException If the thread was interrupted.
*/ */
void load() throws IOException, InterruptedException; void load() throws IOException, InterruptedException;