CorruptPowerPointFileExceptionpublic class CorruptPowerPointFileException extends IllegalStateException This exception is thrown when we try to open a PowerPoint file, and
something is fundamentally broken about it. |
Constructors Summary |
---|
public CorruptPowerPointFileException(String s)
super(s);
|
|