Uses of Class
org.incenp.linkml.schema.InvalidSchemaException
Packages that use InvalidSchemaException
-
Uses of InvalidSchemaException in org.incenp.linkml.schema
Methods in org.incenp.linkml.schema that throw InvalidSchemaExceptionModifier and TypeMethodDescriptionResolves the given schema name into a schema source object.Constructors in org.incenp.linkml.schema that throw InvalidSchemaExceptionModifierConstructorDescriptionSchemaDocument(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.