コード例 #1
0
 /**
  * When user provides authfile explicitly using -Xauthfile we throw error otherwise show the
  * mesage by default with -Xdebug flag
  */
 private void error(SAXParseException e) {
   if (giveError) {
     errReceiver.error(e);
   } else {
     errReceiver.debug(e);
   }
 }