com.aspose.imaging.exceptions
Class ImageSaveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.aspose.imaging.exceptions.ImageException
                  extended by com.aspose.imaging.exceptions.ImageSaveException
All Implemented Interfaces:
java.io.Serializable

public class ImageSaveException
extends ImageException

The image save exception. Occurs during image saving.

See Also:
Serialized Form

Constructor Summary
ImageSaveException(java.lang.String message)
           Initializes a new instance of the ImageSaveException class.
ImageSaveException(java.lang.String message, java.lang.RuntimeException innerException)
           Initializes a new instance of the ImageSaveException class.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImageSaveException

public ImageSaveException(java.lang.String message)

Initializes a new instance of the ImageSaveException class.

Parameters:
message - The exception message.

ImageSaveException

public ImageSaveException(java.lang.String message,
                          java.lang.RuntimeException innerException)

Initializes a new instance of the ImageSaveException class.

Parameters:
message - The exception message.
innerException - The inner exception.