Class CorruptPowerPointFileException

All Implemented Interfaces:
Serializable

public final class CorruptPowerPointFileException extends IllegalStateException
This exception is thrown when we try to open a PowerPoint file, and something is fundamentally broken about it.
Author:
Nick Burch
See Also:
  • Constructor Details

    • CorruptPowerPointFileException

      public CorruptPowerPointFileException(String s)
    • CorruptPowerPointFileException

      public CorruptPowerPointFileException(String s, Throwable t)
    • CorruptPowerPointFileException

      public CorruptPowerPointFileException(Throwable t)