com.aspose.slides
Class PptReadException

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

public class PptReadException
extends PptException

This exception is thrown if a read presentation error is detected.

See Also:
Serialized Form

Constructor Summary
PptReadException()
          Creates a new PptReadException.
PptReadException(java.lang.String message)
          Creates a new PptReadException with a message string.
PptReadException(java.lang.String message, java.lang.Throwable cause)
          Creates a new PptReadException with a message string and a reason.
PptReadException(java.lang.Throwable cause)
          Creates a new PptReadException with a reason.
 
Method Summary
 
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
 

Constructor Detail

PptReadException

public PptReadException()
Creates a new PptReadException.


PptReadException

public PptReadException(java.lang.String message)
Creates a new PptReadException with a message string.

Parameters:
message - The message string.

PptReadException

public PptReadException(java.lang.String message,
                        java.lang.Throwable cause)
Creates a new PptReadException with a message string and a reason.

Parameters:
message - The message string.
cause - The reason, i.e. a throwable that indirectly caused this exception.

PptReadException

public PptReadException(java.lang.Throwable cause)
Creates a new PptReadException with a reason.

Parameters:
cause - The reason, i.e. a throwable that indirectly caused this exception.