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

EncryptedPowerPointFileException

public class EncryptedPowerPointFileException extends IllegalStateException
This exception is thrown when we try to open a PowerPoint file, and discover that it is encrypted
author
Nick Burch

Fields Summary
Constructors Summary
public EncryptedPowerPointFileException(String s)

		super(s);
	
Methods Summary