com.xinapse.multisliceimage.UNC
Class UNCException

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.UNC.UNCException
All Implemented Interfaces:
java.io.Serializable

public class UNCException
extends MultiSliceImageException

Signals that a constructor or method in the UNC package has failed.

See Also:
Serialized Form

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

UNCException

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


UNCException

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

UNCException

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

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


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