Uses of Class
org.rcsb.cif.SchemaMismatchException
| Package | Description |
|---|---|
| org.rcsb.cif.model | |
| org.rcsb.cif.schema |
-
Uses of SchemaMismatchException in org.rcsb.cif.model
Methods in org.rcsb.cif.model that throw SchemaMismatchException Modifier and Type Method Description default <F extends CifFile, B extends CifFileBuilder>
FCifFile. as(SchemaProvider<F,B> schemaProvider)Convenience method to access this file wrapped by a given schema.default <F extends CifFile, B extends CifFileBuilder>
FCifFile. asButWithoutValidation(SchemaProvider<F,B> schemaProvider)Convenience method to access this file wrapped by a given schema. -
Uses of SchemaMismatchException in org.rcsb.cif.schema
Methods in org.rcsb.cif.schema that throw SchemaMismatchException Modifier and Type Method Description voidCifCoreSchemaProvider. validate(CifFile cifFile)voidMmCifSchemaProvider. validate(CifFile cifFile)default voidSchemaProvider. validate(CifFile cifFile)Perform an optional check if the provided argument matches this schema.