Package com.thaiopensource.validate.auto
Interface SchemaFuture
-
public interface SchemaFuture
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Schema
getSchema()
RuntimeException
unwrapException(RuntimeException e)
-
-
-
Method Detail
-
getSchema
Schema getSchema() throws IncorrectSchemaException, SAXException, IOException
-
unwrapException
RuntimeException unwrapException(RuntimeException e) throws SAXException, IOException, IncorrectSchemaException
-
-