Skip to content
Snippets Groups Projects
Commit 5387d9ee authored by Andrea Burattin's avatar Andrea Burattin
Browse files

Fixed javadoc with new exception

parent e2c1ac40
No related branches found
No related tags found
No related merge requests found
......@@ -28,9 +28,9 @@ public interface Source<T> {
* This method is supposed to be called before the {@link #getObservable()}
* one: it is in charge of preparing the source to be processed.
*
* @throws Exception while preparing the source, it is important to be aware
* that some sources may generate specific exceptions (e.g., file not found,
* network problems).
* @throws SourceException while preparing the source, it is important to be
* aware that some sources may generate specific exceptions (e.g., file not
* found, network problems).
*/
public void prepare() throws SourceException;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment