com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class PptEditException

  • java.lang.Object
    • java.lang.Throwable
  • All Implemented Interfaces:
    java.io.Serializable


    public class PptEditException
    extends PptException

    Represents an exception thrown when edit presentation error is detected.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      PptEditException()
      Default constructor.
      PptEditException(java.lang.String message)
      Constructor allowing a message to be added to this exception.
      PptEditException(java.lang.String message, java.lang.RuntimeException 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, toString
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PptEditException

        public PptEditException()

        Default constructor.

      • PptEditException

        public PptEditException(java.lang.String message)

        Constructor allowing a message to be added to this exception.

        Parameters:
        message - message
      • PptEditException

        public PptEditException(java.lang.String message,
                                java.lang.RuntimeException exception)

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

        Parameters:
        message - message
        exception - original exception