Commit 93563631 by andrewlewis Committed by Oliver Woodman

Document load() exceptions

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=172329677
parent d0758c93
......@@ -61,8 +61,8 @@ public final class Loader implements LoaderErrorThrower {
/**
* Performs the load, returning on completion or cancellation.
*
* @throws IOException
* @throws InterruptedException
* @throws IOException If the input could not be loaded.
* @throws InterruptedException If the thread was interrupted.
*/
void load() throws IOException, InterruptedException;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment