/**
  * Report a fatal error
  *
  * @param sAXParseException the exception that caused the fatal error.
  */
 public void fatalError(SAXParseException sAXParseException) {
   System.err.println(Wadl2JavaMessages.ERROR_FATAL(sAXParseException.getMessage()));
 }