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.
- Author:
- Nick Burch
- 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 |
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)
Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.