All exceptions classes now extend from RTException.
Added DataValidationException to capture all validation errors that occur when validating the schema.
Cleaned up formatting and display of exception messages.
Added method to StringUtils to replace all newline with html br tags.
Changed SynchronizeClientDialog.java to use xml schema validation method in the RTDocumentUtilities class.
Corrected bug in the RecommendationTypeDAO that caused sync to fail with a NPE if compliance checks were found, but not internal checks.
Corrected bug in the RecommendationTypeDAO that caused sync to fail with a NPE if public references were found, but not internal references.