Class CqlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opencds.cqf.cql.engine.exception.CqlException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DataProviderException,InvalidCast,InvalidComparison,InvalidConversion,InvalidDate,InvalidDateTime,InvalidInterval,InvalidLiteral,InvalidOperatorArgument,InvalidPrecision,InvalidTime,TerminologyProviderException,TypeOverflow,TypeUnderflow,UndefinedResult
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCqlException(String message) CqlException(String message, Throwable cause) CqlException(String message, Throwable cause, SourceLocator sourceLocator) CqlException(String message, Throwable cause, SourceLocator sourceLocator, Severity severity) CqlException(String message, SourceLocator sourceLocator) CqlException(String message, SourceLocator sourceLocator, Severity severity) CqlException(Throwable cause) CqlException(Throwable cause, SourceLocator sourceLocator) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CqlException
-
CqlException
-
CqlException
-
CqlException
-
CqlException
-
CqlException
-
CqlException
-
CqlException
public CqlException(String message, Throwable cause, SourceLocator sourceLocator, Severity severity)
-
-
Method Details
-
getSeverity
-
getSourceLocator
-
setSourceLocator
-