Class LlmConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.polarion.platform.ai.llm.LlmConfigurationException
All Implemented Interfaces:
Serializable

public class LlmConfigurationException extends RuntimeException
Exception thrown when an LLM instance cannot be configured due to invalid or missing configuration parameters.
Since:
3.25.12
See Also:
  • Constructor Details

    • LlmConfigurationException

      public LlmConfigurationException(@NotNull String message)
  • Method Details