//     
try {
    checkArgs();
} catch(MissingArgException maexc) {
    // :     
    resForm.append(maexc.toString());
    //  
    display.setCurrent(resForm);
    // 
    return;
}
...
