Class LinkMLInternalError

  • All Implemented Interfaces:
    Serializable

    public class LinkMLInternalError
    extends LinkMLRuntimeException
    An exception caused by an internal error within the LinkML runtime, which 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:
    Serialized Form
    • Constructor Detail

      • LinkMLInternalError

        public LinkMLInternalError​(String msg)
      • LinkMLInternalError

        public LinkMLInternalError​(String msg,
                                   Throwable inner)