Class IQLConversionInsightException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.riadalabs.jira.plugins.insight.common.exception.InsightException
com.riadalabs.jira.plugins.insight.common.exception.IQLConversionInsightException
All Implemented Interfaces:
Serializable

@PublicApi public class IQLConversionInsightException extends InsightException
This exception should only be used for AQL conversion
See Also:
  • Constructor Details

    • IQLConversionInsightException

      public IQLConversionInsightException(String message)
    • IQLConversionInsightException

      public IQLConversionInsightException(String message, Exception cause)
    • IQLConversionInsightException

      public IQLConversionInsightException(com.riadalabs.jira.plugins.insight.services.core.iql.model.IQLBean iqlBean)
    • IQLConversionInsightException

      public IQLConversionInsightException(com.riadalabs.jira.plugins.insight.services.core.iql.model.IQLBean iqlBean, Exception cause)
  • Method Details

    • getOperator

      public String getOperator()
    • getAttributeName

      public String getAttributeName()
    • getValue

      public List<String> getValue()