]> source.dussan.org Git - poi.git/commit
If an empty stream or file is given to WorkbookFactory.create, give a more informativ...
authorNick Burch <nick@apache.org>
Mon, 4 May 2015 09:15:48 +0000 (09:15 +0000)
committerNick Burch <nick@apache.org>
Mon, 4 May 2015 09:15:48 +0000 (09:15 +0000)
commita874e223af546e5d32d2bc9aae4520a9a97c2def
treee139d5e5f9966976c4c29f1aa728c627afa7c778
parent7c44ed1f03a643bb60955f0707813f8107a377fd
If an empty stream or file is given to WorkbookFactory.create, give a more informative exception - EmptyFileException

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1677562 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/poifs/filesystem/NPOIFSFileSystem.java
src/java/org/apache/poi/poifs/filesystem/POIFSFileSystem.java
src/java/org/apache/poi/util/IOUtils.java
src/ooxml/java/org/apache/poi/ss/usermodel/WorkbookFactory.java
src/ooxml/testcases/org/apache/poi/ss/TestWorkbookFactory.java