Class PromptTemplateFactory.UnknownTemplateFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- com.microsoft.semantickernel.semanticfunctions.PromptTemplateFactory.UnknownTemplateFormatException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- PromptTemplateFactory
public static class PromptTemplateFactory.UnknownTemplateFormatException extends IllegalArgumentException
Exception thrown when the template format is not supported.
-
-
Constructor Summary
Constructors Constructor Description UnknownTemplateFormatException(String templateFormat)Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-