org.sikuli.script
Class FindFailed

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sikuli.script.SikuliException
              extended by org.sikuli.script.FindFailed
All Implemented Interfaces:
Serializable

public class FindFailed
extends SikuliException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.sikuli.script.SikuliException
_name
 
Constructor Summary
FindFailed(String msg)
           
 
Method Summary
 
Methods inherited from class org.sikuli.script.SikuliException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FindFailed

public FindFailed(String msg)