Package org.apache.poi.hslf.exceptions
Class EncryptedPowerPointFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.apache.poi.EncryptedDocumentException
-
- org.apache.poi.hslf.exceptions.EncryptedPowerPointFileException
-
- All Implemented Interfaces:
java.io.Serializable
public final class EncryptedPowerPointFileException extends EncryptedDocumentException
This exception is thrown when we try to open a PowerPoint file, and discover that it is encrypted- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EncryptedPowerPointFileException(java.lang.String s)
EncryptedPowerPointFileException(java.lang.String s, java.lang.Throwable t)
EncryptedPowerPointFileException(java.lang.Throwable t)
-
-
-
Constructor Detail
-
EncryptedPowerPointFileException
public EncryptedPowerPointFileException(java.lang.String s)
-
EncryptedPowerPointFileException
public EncryptedPowerPointFileException(java.lang.String s, java.lang.Throwable t)
-
EncryptedPowerPointFileException
public EncryptedPowerPointFileException(java.lang.Throwable t)
-
-