com.aspose.slides
Class PptWriteException

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

public class PptWriteException
extends PptException

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

See Also:
Serialized Form

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

PptWriteException

public PptWriteException()
Creates a new PptWriteException.


PptWriteException

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

Parameters:
message - The message string.

PptWriteException

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

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

PptWriteException

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

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