Uses of Class
com.acumenvelocity.ath.common.exception.AthException
-
Packages that use AthException Package Description com.acumenvelocity.ath.common com.acumenvelocity.ath.common.exception com.acumenvelocity.ath.gemini -
-
Uses of AthException in com.acumenvelocity.ath.common
Methods in com.acumenvelocity.ath.common that throw AthException Modifier and Type Method Description static voidSolrUtil. safeAddField(net.sf.okapi.common.resource.ITextUnit tu, org.apache.solr.common.SolrInputDocument doc, String name, String value)static voidSolrUtil. safeAddField(net.sf.okapi.common.resource.ITextUnit tu, org.apache.solr.common.SolrInputDocument doc, String name, String value, boolean strictValueCheck)static voidSolrUtil. safeSetField(net.sf.okapi.common.resource.ITextUnit tu, org.apache.solr.common.SolrInputDocument doc, String name, String value)static voidSolrUtil. safeSetField(net.sf.okapi.common.resource.ITextUnit tu, org.apache.solr.common.SolrInputDocument doc, String name, String value, boolean strictValueCheck) -
Uses of AthException in com.acumenvelocity.ath.common.exception
Methods in com.acumenvelocity.ath.common.exception that throw AthException Modifier and Type Method Description static voidAthException. logAndThrow(Class<?> loggingClass, String format, Object... arguments)Logs an error message and throws an AthException.static voidAthException. logAndThrow(Class<?> loggingClass, Throwable cause)Logs an error with just the cause and throws an AthException.static voidAthException. logAndThrow(Class<?> loggingClass, Throwable cause, String format, Object... arguments)Logs an error message with cause and throws an AthException. -
Uses of AthException in com.acumenvelocity.ath.gemini
Methods in com.acumenvelocity.ath.gemini that throw AthException Modifier and Type Method Description static voidGenAi. init()Initializes the Gemini Client using the API key from environment variables or Const.
-