Class LinkMLInternalError
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.incenp.linkml.core.LinkMLRuntimeException
org.incenp.linkml.core.LinkMLInternalError
- All Implemented Interfaces:
Serializable
An exception caused by an internal error within the LinkML runtime. Such an
error reveals either (1) a bug in the runtime or (2) an issue with the
generated code that is supposed to be used with the runtime.
Either way, this is an error that should not happen and that is independent of the user's data.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.LinkMLInternalError(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
-
LinkMLInternalError
Creates a new instance.- Parameters:
msg- A human-readable error message.
-
LinkMLInternalError
-