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()
java.lang.RuntimeException
unwrapException(java.lang.RuntimeException e)
-
-
-
Method Detail
-
getSchema
Schema getSchema() throws IncorrectSchemaException, org.xml.sax.SAXException, java.io.IOException
- Throws:
IncorrectSchemaException
org.xml.sax.SAXException
java.io.IOException
-
unwrapException
java.lang.RuntimeException unwrapException(java.lang.RuntimeException e) throws org.xml.sax.SAXException, java.io.IOException, IncorrectSchemaException
- Throws:
org.xml.sax.SAXException
java.io.IOException
IncorrectSchemaException
-
-