com.aspose.slides
Class PptxException

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.OOXMLException
                      extended by com.aspose.slides.PptxException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PptxEditException, PptxReadException

public class PptxException
extends OOXMLException

Represents a standard internal exception type.

See Also:
Serialized Form

Constructor Summary
PptxException()
           Default constructor.
PptxException(java.lang.String message)
           Constructor allowing a message to be added to this exception.
PptxException(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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PptxException

public PptxException()

Default constructor.


PptxException

public PptxException(java.lang.String message)

Constructor allowing a message to be added to this exception.

Parameters:
message - message

PptxException

public PptxException(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


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.