com.xinapse.multisliceimage
Class MultiSliceImageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.xinapse.loadableimage.InvalidImageException
              extended by com.xinapse.multisliceimage.MultiSliceImageException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ANZException, UNCException

public class MultiSliceImageException
extends InvalidImageException

Signals that an error has occurred when performing an operation on a MultiSliceImage object.

See Also:
Serialized Form

Constructor Summary
MultiSliceImageException()
          Constructs a MultiSliceImageException with null as its error detail message.
MultiSliceImageException(java.lang.String s)
          Constructs a MultiSliceImageException with the specified detail message.
MultiSliceImageException(java.lang.String message, java.lang.Throwable cause)
          Constructs a MultiSliceImageException with the specified 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiSliceImageException

public MultiSliceImageException()
Constructs a MultiSliceImageException with null as its error detail message.


MultiSliceImageException

public MultiSliceImageException(java.lang.String s)
Constructs a MultiSliceImageException 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.

MultiSliceImageException

public MultiSliceImageException(java.lang.String message,
                                java.lang.Throwable cause)
Constructs a MultiSliceImageException with the specified cause.

Parameters:
message - the detail message.
cause - the cause.


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