java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.agentforge4j.llm.api.ModelTierResolutionException
- All Implemented Interfaces:
Serializable
Thrown when a declared
ModelTier cannot be resolved to a concrete model string for the
selected provider — that is, no mapping exists after shipped defaults and any operator
overrides have been applied. Signals a configuration gap rather than a transient failure; the
runtime never silently downgrades to a provider default in this case.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionModelTierResolutionException(String message) Creates a new exception with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModelTierResolutionException
Creates a new exception with the given message.- Parameters:
message- a description of the unresolved provider/tier combination
-