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