org.sikuli.script
Class AppNotFound

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

public class AppNotFound
extends SikuliException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.sikuli.script.SikuliException
_name
 
Constructor Summary
AppNotFound(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

AppNotFound

public AppNotFound(String msg)