示例#1
0
 private void interpretError(Context context)
 {
     // we land here only if no error was raised
     if (error != null)
     {
         printMissingError(context, error.getName(), "no error");
     }
 }