Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
XmlSchema 1.4.4
-
None
Description
XmlSchema read(final InputSource inputSource, ValidationEventHandler veh,
TargetNamespaceValidator namespaceValidator) {
try
catch (ParserConfigurationException e)
{ throw new XmlSchemaException(e.getMessage()); } catch (IOException e) { throw new XmlSchemaException(e.getMessage()); }catch (SAXException e)
{ throw new XmlSchemaException(e.getMessage()); }}