Class OfficeXmlFileException

All Implemented Interfaces:
Serializable

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
See Also:
  • Constructor Details

    • OfficeXmlFileException

      public OfficeXmlFileException(String s)