FileDocCategorySizeDatePackage
OfficeXmlFileException.javaAPI DocApache Poi 3.0.11315Thu May 31 18:44:06 BST 2007org.apache.poi.poifs.filesystem

OfficeXmlFileException

public class OfficeXmlFileException extends IllegalArgumentException
This exception is thrown when we try to open a file that's actually an Office 2007+ XML file, rather than an OLE2 file (which is what POI works with)
author
Nick Burch

Fields Summary
Constructors Summary
public OfficeXmlFileException(String s)

		super(s);
	
Methods Summary