Uses of Class
org.jembi.sdmxhd.parser.exceptions.SchemaValidationException

Packages that use SchemaValidationException
org.jembi.sdmxhd.dsd   
org.jembi.sdmxhd.parser   
 

Uses of SchemaValidationException in org.jembi.sdmxhd.dsd
 

Methods in org.jembi.sdmxhd.dsd that throw SchemaValidationException
 void DSDTest.testAllIndicatorDimensions()
           
 

Uses of SchemaValidationException in org.jembi.sdmxhd.parser
 

Methods in org.jembi.sdmxhd.parser that throw SchemaValidationException
 SDMXHDMessage SDMXHDParser.parse(java.util.zip.ZipFile zf)
          Parses the SMDX-HD message contained in the ZipFile and return a SDMX-HD message object that represents the SDMX-HD message supplied.