Generated in test runs when a UiSelector selector could not be matched
 to any UI element displayed.
Summary
| [Expand] Inherited Methods | 
|---|
|  From class
  java.lang.Throwable 
  
   
    
    
	 
    
        | synchronized
            
            
            
            Throwable | fillInStackTrace() |  
        | Throwable | getCause() |  
        | String | getLocalizedMessage() |  
        | String | getMessage() |  
        | StackTraceElement[] | getStackTrace() |  
        | synchronized
            
            
            
            Throwable | initCause(Throwable arg0) |  
        | void | printStackTrace(PrintWriter arg0) |  
        | void | printStackTrace(PrintStream arg0) |  
        | void | printStackTrace() |  
        | void | setStackTrace(StackTraceElement[] arg0) |  
        | String | toString() |  | 
|  From class
  java.lang.Object 
  
   
    
    
	 
    
        | boolean | equals(Object arg0) |  
        | final
            
            
            Class<?> | getClass() |  
        | int | hashCode() |  
        | final
            
            
            void | notify() |  
        | final
            
            
            void | notifyAll() |  
        | String | toString() |  
        | final
            
            
            void | wait() |  
        | final
            
            
            void | wait(long arg0, int arg1) |  
        | final
            
            
            void | wait(long arg0) |  | 
 
Public Constructors
 
    
      
        public 
         
         
         
         
        
      
      UiObjectNotFoundException
      (String msg)
    
      
    
 
 
    
      
        public 
         
         
         
         
        
      
      UiObjectNotFoundException
      (String detailMessage, Throwable throwable)
    
      
    
 
 
    
      
        public 
         
         
         
         
        
      
      UiObjectNotFoundException
      (Throwable throwable)