Package org.incenp.linkml.core
Class LinkMLRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.incenp.linkml.core.LinkMLRuntimeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LinkMLInternalError,LinkMLValueError
public class LinkMLRuntimeException extends Exception
Base class for all exceptions caused by an error within the LinkML runtime.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LinkMLRuntimeException(String msg)LinkMLRuntimeException(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
-
-