com.aspose.slides.pptx
Class PptxException.PptxEditException

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.PptxEditException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PptxException

public static class PptxException.PptxEditException
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.PptxEditException()
           
PptxException.PptxEditException(java.lang.String message)
           
PptxException.PptxEditException(java.lang.String format, java.lang.Object... args)
           
PptxException.PptxEditException(java.lang.String message, java.lang.Throwable cause)
           
PptxException.PptxEditException(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.PptxEditException

public PptxException.PptxEditException()

PptxException.PptxEditException

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

PptxException.PptxEditException

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

PptxException.PptxEditException

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

PptxException.PptxEditException

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