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 exceptionMethods in com.microsoft.semantickernel.exceptions that return SKException Modifier and Type Method Description static SKExceptionSKException. build(String message, Exception e)Forms an unchecked exception, if the exception is already an SK exception, it will be unwrapped and the cause extracted. -
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.
-