Package com.microsoft.semantickernel
Class KernelException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.microsoft.semantickernel.SKException
-
- com.microsoft.semantickernel.KernelException
-
- All Implemented Interfaces:
Serializable
public class KernelException extends SKException
Kernel logic exception- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKernelException.ErrorCodes
-
Constructor Summary
Constructors Constructor Description KernelException(KernelException.ErrorCodes error)KernelException(KernelException.ErrorCodes errorCode, String message)KernelException(KernelException.ErrorCodes errorCode, String message, Throwable innerException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KernelException.ErrorCodesgetErrorCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
KernelException
public KernelException(@Nonnull KernelException.ErrorCodes error)
-
KernelException
public KernelException(@Nonnull KernelException.ErrorCodes errorCode, @Nullable String message)
-
-
Method Detail
-
getErrorCode
public KernelException.ErrorCodes getErrorCode()
-
-