Uses of Class
com.t4a.predict.LoaderException
Packages that use LoaderException
-
Uses of LoaderException in com.t4a.action
Methods in com.t4a.action that throw LoaderExceptionModifier and TypeMethodDescriptionabstract Object
ExtendedPredictedAction.extendedExecute
(Map<String, Object> params) This will be last method called during the invocation of function, we already have all the data -
Uses of LoaderException in com.t4a.predict
Methods in com.t4a.predict that throw LoaderExceptionModifier and TypeMethodDescriptionExtendedPredictionLoader.getExtendedActions()
void
HttpRestPredictionLoader.load
(Map<String, AIAction> predictions, StringBuffer actionNameList) void
ShellPredictionLoader.load
(Map<String, AIAction> predictions, StringBuffer actionNameList, ActionList listOfActions) void
SwaggerPredictionLoader.load
(Map<String, AIAction> predictions, StringBuffer actionNameList, ActionList listOfActions)