Add more information to assertion

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871593 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2019-12-15 14:53:59 +00:00
parent 030eb8203f
commit 921259fd36
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ public class XSSFRow implements Row, Comparable<XSSFRow> {
cell.setCellErrorValue(FormulaError._NO_ERROR);
break;
default:
throw new AssertionError();
throw new AssertionError("Unknown cell-type specified: " + type);
}
}