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