Uses of Class
mmp.engine.RuntimeErrorException

Packages that use RuntimeErrorException
mmp.cli Provides the command line interface to the MNI macro processor mmp. 
mmp.engine Provides the engine of the MNI macro processor mmp. 
 

Uses of RuntimeErrorException in mmp.cli
 

Methods in mmp.cli that throw RuntimeErrorException
static void mmp.main(String[] args)
          usage: mmp <filename>.
 

Uses of RuntimeErrorException in mmp.engine
 

Methods in mmp.engine that throw RuntimeErrorException
 String Macro.call(List<String> macArgs, EngineContext engineContext)
          Calls the macro with the argument 'macArg' in the 'engineContext'.
 int Engine.run()
          Runs the MMP engine.