|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException edu.umd.cfar.lamp.viper.gui.core.LostFileFinder.StoppedFinderException
Thrown when the search thread is interrupted.
Constructor Summary | |
LostFileFinder.StoppedFinderException()
Constructs a new finder exception. |
|
LostFileFinder.StoppedFinderException(java.lang.String message)
Constructs a new finder stopped with the given detail message. |
|
LostFileFinder.StoppedFinderException(java.lang.String message,
java.lang.Throwable cause)
Stops the finder, because of a thrown exception. |
|
LostFileFinder.StoppedFinderException(java.lang.Throwable cause)
Stops the finder, because of a thrown exception. |
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 LostFileFinder.StoppedFinderException()
public LostFileFinder.StoppedFinderException(java.lang.String message)
message
- the exception detail messagepublic LostFileFinder.StoppedFinderException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the exception to wrappublic LostFileFinder.StoppedFinderException(java.lang.Throwable cause)
cause
- the exception to wrap
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |