Uses of Class
com.usefullittlethings.saw.model.exception.UnsupportedPatternException

Packages that use UnsupportedPatternException
com.usefullittlethings.saw.apps.file   
com.usefullittlethings.saw.controller   
 

Uses of UnsupportedPatternException in com.usefullittlethings.saw.apps.file
 

Methods in com.usefullittlethings.saw.apps.file that throw UnsupportedPatternException
 void FileSearchController.search(int pattern)
          Invoked when the search operation begins.
 

Uses of UnsupportedPatternException in com.usefullittlethings.saw.controller
 

Methods in com.usefullittlethings.saw.controller that throw UnsupportedPatternException
 void SearchControllerIfc.search(int pattern)