com.aspose.slides.pptx
Class PptxException.PptxWriteException

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
                  extended by com.aspose.slides.pptx.PptxException.PptxWriteException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PptxException

public static class PptxException.PptxWriteException
extends PptxException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.slides.pptx.PptxException
PptxException.PptxEditException, PptxException.PptxReadException, PptxException.PptxUnsupportedFormatException, PptxException.PptxWriteException
 
Constructor Summary
PptxException.PptxWriteException()
           
PptxException.PptxWriteException(java.lang.String message)
           
PptxException.PptxWriteException(java.lang.String format, java.lang.Object... args)
           
PptxException.PptxWriteException(java.lang.String message, java.lang.Throwable cause)
           
PptxException.PptxWriteException(java.lang.Throwable cause)
           
 
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.PptxWriteException

public PptxException.PptxWriteException()

PptxException.PptxWriteException

public PptxException.PptxWriteException(java.lang.String message)

PptxException.PptxWriteException

public PptxException.PptxWriteException(java.lang.String format,
                                        java.lang.Object... args)

PptxException.PptxWriteException

public PptxException.PptxWriteException(java.lang.String message,
                                        java.lang.Throwable cause)

PptxException.PptxWriteException

public PptxException.PptxWriteException(java.lang.Throwable cause)