Uses of Class
org.incenp.linkml.schema.InvalidSchemaException
-
Packages that use InvalidSchemaException Package Description org.incenp.linkml.schema -
-
Uses of InvalidSchemaException in org.incenp.linkml.schema
Methods in org.incenp.linkml.schema that throw InvalidSchemaException Modifier and Type Method Description ISchemaSourceDefaultSchemaResolver. resolve(String name, String base)ISchemaSourceISchemaResolver. resolve(String name, String base)Resolves the given schema name into a schema source object.Constructors in org.incenp.linkml.schema that throw InvalidSchemaException Constructor Description SchemaDocument(File source)Creates a new instance from the specified file.SchemaDocument(File source, ISchemaResolver importResolver)Creates a new instance from the specified file, using a custom import resolver.SchemaDocument(ISchemaSource source, ISchemaResolver importResolver)Creates a new instance from the specified source, using a custom import resolver.
-