FileDocCategorySizeDatePackage
CorruptPowerPointFileException.javaAPI DocApache Poi 3.0.11285Sun Mar 11 12:59:30 GMT 2007org.apache.poi.hslf.exceptions

CorruptPowerPointFileException

public class CorruptPowerPointFileException extends IllegalStateException
This exception is thrown when we try to open a PowerPoint file, and something is fundamentally broken about it.
author
Nick Burch

Fields Summary
Constructors Summary
public CorruptPowerPointFileException(String s)

		super(s);
	
Methods Summary