com.aspose.slides
Class PptEditException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.aspose.slides.PptException
              extended by com.aspose.slides.PptEditException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PptPropertyException

public class PptEditException
extends PptException

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

See Also:
Serialized Form

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

PptEditException

public PptEditException()
Creates a new PptEditException.


PptEditException

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

Parameters:
message - The message string.

PptEditException

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

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

PptEditException

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

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