watij.runtime
Class NoMatchingWindowFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by watij.runtime.NoMatchingWindowFoundException
All Implemented Interfaces:
java.io.Serializable

public class NoMatchingWindowFoundException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
NoMatchingWindowFoundException()
           
NoMatchingWindowFoundException(java.lang.String message)
           
NoMatchingWindowFoundException(java.lang.String message, java.lang.Throwable cause)
           
NoMatchingWindowFoundException(java.lang.Throwable 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

NoMatchingWindowFoundException

public NoMatchingWindowFoundException()

NoMatchingWindowFoundException

public NoMatchingWindowFoundException(java.lang.String message)

NoMatchingWindowFoundException

public NoMatchingWindowFoundException(java.lang.String message,
                                      java.lang.Throwable cause)

NoMatchingWindowFoundException

public NoMatchingWindowFoundException(java.lang.Throwable cause)