com.aspose.slides.pptx
Class PptxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.aspose.slides.pptx.PptxException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PptxException.PptxEditException, PptxException.PptxReadException, PptxException.PptxUnsupportedFormatException, PptxException.PptxWriteException

public class PptxException
extends java.lang.RuntimeException

See Also:
Serialized Form

Nested Class Summary
static class PptxException.PptxEditException
           
static class PptxException.PptxReadException
           
static class PptxException.PptxUnsupportedFormatException
           
static class PptxException.PptxWriteException
           
 
Constructor Summary
PptxException()
          Default constructor.
PptxException(java.lang.String message)
          Constructor allowing a message to be added to this exception.
PptxException(java.lang.String format, java.lang.Object... args)
          Constructor allowing a message to be added to this exception.
PptxException(java.lang.String message, java.lang.Throwable cause)
          Constructor with a message string and a reason.
PptxException(java.lang.Throwable cause)
          Constructor 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
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 - The message string.

PptxException

public PptxException(java.lang.String format,
                     java.lang.Object... args)
Constructor allowing a message to be added to this exception.


PptxException

public PptxException(java.lang.String message,
                     java.lang.Throwable cause)
Constructor with a message string and a reason.

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

PptxException

public PptxException(java.lang.Throwable cause)
Constructor with a reason.

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