Class CqlTranslationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CqlTranslationException
    extends java.lang.RuntimeException
    Encapsulates a CQL Translator Exception as produced by the CQL to ELM translator.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<?> getErrors()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CqlTranslationException

        public CqlTranslationException​(java.lang.String message)
      • CqlTranslationException

        public CqlTranslationException​(java.lang.String message,
                                       java.lang.Exception cause)
      • CqlTranslationException

        public CqlTranslationException​(java.lang.Exception cause)
      • CqlTranslationException

        public CqlTranslationException​(java.lang.String message,
                                       java.util.List<?> errors)
      • CqlTranslationException

        public CqlTranslationException​(java.lang.String message,
                                       java.lang.Exception cause,
                                       java.util.List<?> errors)
      • CqlTranslationException

        public CqlTranslationException​(java.lang.Exception cause,
                                       java.util.List<?> errors)
    • Method Detail

      • getErrors

        public java.util.List<?> getErrors()