Uses of Package
com.usefullittlethings.saw.model.exception

Packages that use com.usefullittlethings.saw.model.exception
com.usefullittlethings.saw.apps.file   
com.usefullittlethings.saw.controller   
com.usefullittlethings.saw.model   
 

Classes in com.usefullittlethings.saw.model.exception used by com.usefullittlethings.saw.apps.file
ActionInvocationException
          Exception thrown when an action plug-in cannot successfully complete its function.
ArgumentException
          Exception thrown by the application when the command-line parameters are invalid.
FilterInvocationException
          Exception thrown when a filter plug-in cannot successfully complete its function.
UnsupportedPatternException
          Exception thrown when a search contoller or plug-in a asked to perform its function using a pattern it does not support.
 

Classes in com.usefullittlethings.saw.model.exception used by com.usefullittlethings.saw.controller
ArgumentException
          Exception thrown by the application when the command-line parameters are invalid.
UnsupportedPatternException
          Exception thrown when a search contoller or plug-in a asked to perform its function using a pattern it does not support.
 

Classes in com.usefullittlethings.saw.model.exception used by com.usefullittlethings.saw.model
ActionInvocationException
          Exception thrown when an action plug-in cannot successfully complete its function.
ArgumentException
          Exception thrown by the application when the command-line parameters are invalid.
FilterInvocationException
          Exception thrown when a filter plug-in cannot successfully complete its function.