File
Doc
Category
Size
Date
Package
OfficeXmlFileException.java
API Doc
Apache Poi 3.0.1
1315
Thu May 31 18:44:06 BST 2007
org.apache.poi.poifs.filesystem
OfficeXmlFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
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
Java Code Source