Uses of Class
com.microsoft.semantickernel.exceptions.SKException
-
Packages that use SKException Package Description com.microsoft.semantickernel.exceptions com.microsoft.semantickernel.semanticfunctions com.microsoft.semantickernel.templateengine.semantickernel -
-
Uses of SKException in com.microsoft.semantickernel.exceptions
Subclasses of SKException in com.microsoft.semantickernel.exceptions Modifier and Type Class Description classAIExceptionAI logic exception -
Uses of SKException in com.microsoft.semantickernel.semanticfunctions
Methods in com.microsoft.semantickernel.semanticfunctions that throw SKException Modifier and Type Method Description static PromptTemplateConfigPromptTemplateConfig. parseFromJson(String json)Deserialize the JSON string to a PromptTemplateConfig. -
Uses of SKException in com.microsoft.semantickernel.templateengine.semantickernel
Subclasses of SKException in com.microsoft.semantickernel.templateengine.semantickernel Modifier and Type Class Description classTemplateExceptionException thrown when a template error occurs.
-