Class TerminologyProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opencds.cqf.cql.engine.exception.CqlException
org.opencds.cqf.cql.engine.exception.TerminologyProviderException
- All Implemented Interfaces:
Serializable
This class is meant to be thrown by implementations of the TerminologyProvider interface whenever they encounter an Exception
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTerminologyProviderException(String message) TerminologyProviderException(String message, Throwable cause) TerminologyProviderException(String message, Throwable cause, SourceLocator sourceLocator) TerminologyProviderException(String message, Throwable cause, SourceLocator sourceLocator, Severity severity) TerminologyProviderException(String message, SourceLocator sourceLocator) TerminologyProviderException(String message, SourceLocator sourceLocator, Severity severity) TerminologyProviderException(Throwable cause, SourceLocator sourceLocator) -
Method Summary
Methods inherited from class org.opencds.cqf.cql.engine.exception.CqlException
getSeverity, getSourceLocator, setSourceLocatorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TerminologyProviderException
-
TerminologyProviderException
-
TerminologyProviderException
-
TerminologyProviderException
-
TerminologyProviderException
-
TerminologyProviderException
-
TerminologyProviderException
-
TerminologyProviderException
public TerminologyProviderException(String message, Throwable cause, SourceLocator sourceLocator, Severity severity)
-