com.xinapse.multisliceimage.Analyze
Class ANZException

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
                  extended by com.xinapse.multisliceimage.Analyze.ANZException
All Implemented Interfaces:
java.io.Serializable

public class ANZException
extends MultiSliceImageException

Signals that an error in the Analyze package has occurred.

See Also:
Serialized Form

Constructor Summary
ANZException()
          Constructs an ANZException with null as its error detail message.
ANZException(java.lang.String s)
          Constructs an ANZException with the specified detail message.
ANZException(java.lang.String message, java.lang.Throwable cause)
          Constructs an ANZException 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

ANZException

public ANZException()
Constructs an ANZException with null as its error detail message.


ANZException

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

Parameters:
s - the detail message.

ANZException

public ANZException(java.lang.String message,
                    java.lang.Throwable cause)
Constructs an ANZException with the specified cause.

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


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