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.
    See Also:
    Serialized Form
    • Constructor Detail

      • CorruptPowerPointFileException

        public CorruptPowerPointFileException​(String s)
      • CorruptPowerPointFileException

        public CorruptPowerPointFileException​(String s,
                                              Throwable t)
      • CorruptPowerPointFileException

        public CorruptPowerPointFileException​(Throwable t)