Class InvalidSchemaException

  • All Implemented Interfaces:
    Serializable

    public class InvalidSchemaException
    extends Exception
    This exception is thrown when processing a LinkML schema that does not conform to the LinkML specification.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidSchemaException

        public InvalidSchemaException​(String msg)
      • InvalidSchemaException

        public InvalidSchemaException​(String msg,
                                      Throwable inner)