You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the AbstractParser has an issue parsing a number in a dataset, it prints a useful message in the log and then re-throws the NumberFormatException. However, the thrown exception causes an error pop-up that does not include that useful message.
When the AbstractParser has an issue parsing a number in a dataset, it prints a useful message in the log and then re-throws the NumberFormatException. However, the thrown exception causes an error pop-up that does not include that useful message.
See
gsea-desktop/src/main/java/edu/mit/broad/genome/parsers/AbstractParser.java
Line 362 in 6908351
We should instead throw something like a ParserException with that informative message, wrapping the NFE.
The text was updated successfully, but these errors were encountered: