Package com.thaiopensource.validate.auto
Interface SchemaFuture
-
public interface SchemaFuture
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SchemagetSchema()java.lang.RuntimeExceptionunwrapException(java.lang.RuntimeException e)
-
-
-
Method Detail
-
getSchema
Schema getSchema() throws IncorrectSchemaException, org.xml.sax.SAXException, java.io.IOException
- Throws:
IncorrectSchemaExceptionorg.xml.sax.SAXExceptionjava.io.IOException
-
unwrapException
java.lang.RuntimeException unwrapException(java.lang.RuntimeException e) throws org.xml.sax.SAXException, java.io.IOException, IncorrectSchemaException- Throws:
org.xml.sax.SAXExceptionjava.io.IOExceptionIncorrectSchemaException
-
-