edu.umd.cfar.lamp.viper.gui.core
Class LostFileFinder.StoppedFinderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byedu.umd.cfar.lamp.viper.gui.core.LostFileFinder.StoppedFinderException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
LostFileFinder

public static class LostFileFinder.StoppedFinderException
extends java.lang.RuntimeException

Thrown when the search thread is interrupted.

See Also:
Serialized Form

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

LostFileFinder.StoppedFinderException

public LostFileFinder.StoppedFinderException()
Constructs a new finder exception.


LostFileFinder.StoppedFinderException

public LostFileFinder.StoppedFinderException(java.lang.String message)
Constructs a new finder stopped with the given detail message.

Parameters:
message - the exception detail message

LostFileFinder.StoppedFinderException

public LostFileFinder.StoppedFinderException(java.lang.String message,
                                             java.lang.Throwable cause)
Stops the finder, because of a thrown exception.

Parameters:
message - the detail message
cause - the exception to wrap

LostFileFinder.StoppedFinderException

public LostFileFinder.StoppedFinderException(java.lang.Throwable cause)
Stops the finder, because of a thrown exception.

Parameters:
cause - the exception to wrap