Improved Exception JavaDocs

This commit is contained in:
Rsl1122 2017-10-25 19:35:58 +03:00
parent c77891c53b
commit c6f7fa34cc
6 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@
package main.java.com.djrapitops.plan.api.exceptions;
/**
* Thrown when something goes wrong with creating tables with Table#createTable.
* Thrown when something goes wrong with creating tables with {@code Table#createTable}.
*
* @author Rsl1122
*/

View File

@ -5,7 +5,7 @@
package main.java.com.djrapitops.plan.api.exceptions;
/**
* Thrown when something goes wrong in the database, generic exception.
* Thrown when something goes wrong with the Database, generic exception.
*
* @author Rsl1122
*/

View File

@ -5,7 +5,7 @@
package main.java.com.djrapitops.plan.api.exceptions;
/**
* Thrown when something goes wrong with Database#init.
* Thrown when something goes wrong with {@code Database#init}.
*
* @author Rsl1122
*/

View File

@ -5,7 +5,7 @@
package main.java.com.djrapitops.plan.api.exceptions;
/**
* Exception thrown when Html page parsing fails.
* Exception thrown when PageParser encounters an Exception.
*
* @author Rsl1122
*/

View File

@ -5,7 +5,7 @@
package main.java.com.djrapitops.plan.api.exceptions;
/**
* Thrown when WebAPI fails to connect.
* Thrown when WebAPI fails to connect to an address.
*
* @author Rsl1122
*/

View File

@ -5,7 +5,7 @@
package main.java.com.djrapitops.plan.api.exceptions;
/**
* Thrown when web api post request fails.
* Thrown when WebAPI POST-request fails, general Exception.
*
* @author Rsl1122
*/