Package com.ibm.fhir.cql.translator
Class CqlTranslationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ibm.fhir.cql.translator.CqlTranslationException
-
- All Implemented Interfaces:
Serializable
public class CqlTranslationException extends RuntimeException
Encapsulates a CQL Translator Exception as produced by the CQL to ELM translator.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CqlTranslationException(Exception cause)
CqlTranslationException(Exception cause, List<?> errors)
CqlTranslationException(String message)
CqlTranslationException(String message, Exception cause)
CqlTranslationException(String message, Exception cause, List<?> errors)
CqlTranslationException(String message, List<?> errors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<?>
getErrors()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getErrors
public List<?> getErrors()
-
-