org.sikuli.script
Class SikuliException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sikuli.script.SikuliException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AppNotFound, FindFailed

public class SikuliException
extends Exception

See Also:
Serialized Form

Field Summary
protected  String _name
           
 
Constructor Summary
SikuliException(String msg)
           
 
Method Summary
 String 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
 

Field Detail

_name

protected String _name
Constructor Detail

SikuliException

public SikuliException(String msg)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable