com.aspose.slides
Class PptCorruptFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.aspose.ms.System.Exception
                  extended by com.aspose.slides.PptException
                      extended by com.aspose.slides.PptReadException
                          extended by com.aspose.slides.PptCorruptFileException
All Implemented Interfaces:
java.io.Serializable

public class PptCorruptFileException
extends PptReadException

Exception which thrown when presentation file is probably corrupt.

See Also:
Serialized Form

Constructor Summary
PptCorruptFileException()
           Default constructor.
PptCorruptFileException(java.lang.String message)
           Constructor allowing a message to be added to this exception.
PptCorruptFileException(java.lang.String message, java.lang.Exception exception)
           Constructor for an exception containing a message and an embedded exception.
 
Method Summary
 
Methods inherited from class com.aspose.ms.System.Exception
getInnerException, getType
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PptCorruptFileException

public PptCorruptFileException()

Default constructor.


PptCorruptFileException

public PptCorruptFileException(java.lang.String message)

Constructor allowing a message to be added to this exception.

Parameters:
message - message

PptCorruptFileException

public PptCorruptFileException(java.lang.String message,
                               java.lang.Exception exception)

Constructor for an exception containing a message and an embedded exception.

Parameters:
message - message
exception - original exception