Uses of Class
com.ohrasys.app.AppException

Uses of AppException in com.ohrasys.app
 

Methods in com.ohrasys.app that throw AppException
static AppOption[] AppOption.parseCLArgs(java.lang.String[] args, AppOption[] templates)
          Parses the command line arguments of an application and compares those options against a list of expected options.
 

Constructors in com.ohrasys.app that throw AppException
AbstractApp(AbstractAppController controller)
          Creates a new AbstractApp object.
AbstractAppController(AbstractAppModel model, AbstractAppView view, AppOption[] options)
          Creates a new AppController object.