Fixed throws exception.

This commit is contained in:
Christian P. MOMON 2018-06-04 10:50:51 +02:00
parent ed76c8c4cd
commit f3201f648e

View file

@ -323,10 +323,11 @@ public class XMLTools
* @param in * @param in
* the in * the in
* @return the string * @return the string
* @throws IOException
* @throws Exception * @throws Exception
* the exception * the exception
*/ */
public static String readTag(final BufferedReader in) throws Exception public static String readTag(final BufferedReader in) throws IOException
{ {
String result; String result;