Better exception message
This commit is contained in:
@@ -90,7 +90,7 @@ public class YoutubeCommentsInfoItemExtractor implements CommentsInfoItemExtract
|
|||||||
|
|
||||||
return (int) Utils.mixedNumberWordToLong(voteCount);
|
return (int) Utils.mixedNumberWordToLong(voteCount);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new ParsingException("Unexpected error while converting vote count", e);
|
throw new ParsingException("Unexpected error while converting vote count to like count", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user