Class InvalidSchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.incenp.linkml.schema.InvalidSchemaException
- All Implemented Interfaces:
Serializable
This exception is thrown when processing a LinkML schema that does not
conform to the LinkML specification.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.InvalidSchemaException(String msg, Throwable inner) Creates a new instance, for an error that has another exception as the underlying cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSchemaException
Creates a new instance.- Parameters:
msg- A human-readable error message.
-
InvalidSchemaException
-