|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.xinapse.loadableimage.InvalidImageException
com.xinapse.multisliceimage.MultiSliceImageException
com.xinapse.multisliceimage.UNC.UNCException
public class UNCException
Signals that a constructor or method in the UNC package has failed.
| 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 |
|---|
public UNCException()
public UNCException(java.lang.String s)
Throwable.getMessage()
method of class java.lang.Throwable.
s - the detail message.
public UNCException(java.lang.String message,
java.lang.Throwable cause)
message - the detail message.cause - the cause.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||