com.aspose.slides
Class PptImageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.aspose.slides.PptException
                  extended by com.aspose.slides.PptImageException
All Implemented Interfaces:
java.io.Serializable

public class PptImageException
extends PptException

This exception is thrown if any image error is detected.

See Also:
Serialized Form

Constructor Summary
PptImageException()
          Creates a new PptImageException.
PptImageException(java.lang.String message)
          Creates a new PptImageException with a message string.
PptImageException(java.lang.String message, java.lang.Throwable cause)
          Creates a new PptImageException with a message string and a reason.
PptImageException(java.lang.Throwable cause)
          Creates a new PptImageException 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

PptImageException

public PptImageException()
Creates a new PptImageException.


PptImageException

public PptImageException(java.lang.String message)
Creates a new PptImageException with a message string.

Parameters:
message - The message string.

PptImageException

public PptImageException(java.lang.String message,
                         java.lang.Throwable cause)
Creates a new PptImageException with a message string and a reason.

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

PptImageException

public PptImageException(java.lang.Throwable cause)
Creates a new PptImageException with a reason.

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