com.xinapse.multisliceimage
Class ImageSaveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.xinapse.multisliceimage.ImageSaveException
All Implemented Interfaces:
java.io.Serializable

public class ImageSaveException
extends java.lang.Exception

Signals that an error has occurred when trying to save an image.

See Also:
Serialized Form

Constructor Summary
ImageSaveException()
          Constructs an ImageSaveException with "image couldn't be saved" as its error detail message.
ImageSaveException(java.lang.String s)
          Constructs an ImageSaveException with the specified detail message.
 
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()
Constructs an ImageSaveException with "image couldn't be saved" as its error detail message.


ImageSaveException

public ImageSaveException(java.lang.String s)
Constructs an ImageSaveException with the specified detail message. The error message string s can later be retrieved by the getMessage() method of class java.lang.Throwable.

Parameters:
s - the detail message.


Copyright 2006-2008 Xinapse Systems Limited. All Rights Reserved.