Package org.incenp.linkml.core
Class LinkMLValueError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.incenp.linkml.core.LinkMLRuntimeException
-
- org.incenp.linkml.core.LinkMLValueError
-
- All Implemented Interfaces:
Serializable
public class LinkMLValueError extends LinkMLRuntimeException
An exception caused by some invalid data among the data manipulated by the LinkML runtime.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LinkMLValueError(String msg)LinkMLValueError(String msg, Throwable inner)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-