예제 #1
0
 /**
  * Report a warning
  *
  * @param sAXParseException the exception that caused the warning.
  */
 public void warning(SAXParseException sAXParseException) {
   System.err.println(Wadl2JavaMessages.WARNING(sAXParseException.getMessage()));
 }