java - Custom mapper for schema validation errors -


i've used camel validator , i'm catching errors schema validation :

org.xml.sax.saxparseexception: cvc-minlength-valid: value '' length = '0' not facet-valid respect minlength '1' type 

is tool map errors prettier statements? can iterate on erros, split on them , prepare custom mapper, maybe there sth better this? :)

saxon @ error reporting. validator gives understandable messages in first place.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -