org.eclipse.swtbot.eclipse.finder.exceptions
Class QuickFixNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundException
All Implemented Interfaces:
Serializable

public class QuickFixNotFoundException
extends RuntimeException

Version:
$Id$
Author:
Ketan Padegaonkar <KetanPadegaonkar [at] gmail [dot] com>
See Also:
Serialized Form

Constructor Summary
QuickFixNotFoundException(String message)
          Cosntructs an instance with the given message.
QuickFixNotFoundException(String message, Throwable cause)
          Cosntructs an instance with the given message and cause.
QuickFixNotFoundException(Throwable cause)
          Cosntructs an instance with the given 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

QuickFixNotFoundException

public QuickFixNotFoundException(String message)
Cosntructs an instance with the given message.

Parameters:
message - the message.

QuickFixNotFoundException

public QuickFixNotFoundException(String message,
                                 Throwable cause)
Cosntructs an instance with the given message and cause.

Parameters:
message - the message.
cause - the root cause.

QuickFixNotFoundException

public QuickFixNotFoundException(Throwable cause)
Cosntructs an instance with the given cause.

Parameters:
cause - the root cause.