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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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)
Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.