Package com.microsoft.semantickernel
Class SKException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.microsoft.semantickernel.SKException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AIException,FunctionNotFound,FunctionNotRegisteredException,KernelException,MemoryException,NotSupportedException,PlanningException,SkillsNotFoundException
public class SKException extends RuntimeException
Provides the base exception from which all Semantic Kernel exceptions derive.- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-