Uses of Class
com.microsoft.semantickernel.exceptions.SKCheckedException
-
Packages that use SKCheckedException Package Description com.microsoft.semantickernel.exceptions com.microsoft.semantickernel.services -
-
Uses of SKCheckedException in com.microsoft.semantickernel.exceptions
Subclasses of SKCheckedException in com.microsoft.semantickernel.exceptions Modifier and Type Class Description classConfigurationExceptionAn exception that is thrown when there is an error with the Semantic Kernel configuration.Methods in com.microsoft.semantickernel.exceptions that return SKCheckedException Modifier and Type Method Description static SKCheckedExceptionSKCheckedException. build(String message, Exception e)Forms a checked exception, if the exception is already an SK exception, it will be unwrapped and the cause extracted. -
Uses of SKCheckedException in com.microsoft.semantickernel.services
Subclasses of SKCheckedException in com.microsoft.semantickernel.services Modifier and Type Class Description classServiceNotFoundExceptionException thrown when a service is not found.
-