|
|||||||||
| 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.multisliceimage.InfoNotFoundException
public class InfoNotFoundException
Signals that information about an InfoStorer has not been found.
| Constructor Summary | |
|---|---|
InfoNotFoundException()
Constructs an InfoNotFoundException with null as its error detail message. |
|
InfoNotFoundException(java.lang.String s)
Constructs an InfoNotFoundException with the specified detail message. |
|
InfoNotFoundException(java.lang.String message,
java.lang.Throwable cause)
Constructs an InfoNotFoundException 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 InfoNotFoundException()
public InfoNotFoundException(java.lang.String s)
Throwable.getMessage()
method of class java.lang.Throwable.
s - the detail message.
public InfoNotFoundException(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 | ||||||||