Module agentforge4j.core
Package com.agentforge4j.core.exception
Class RequirementResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.agentforge4j.core.exception.RequirementResolutionException
- All Implemented Interfaces:
Serializable
Thrown when a required
WorkflowRequirement cannot be resolved — no
value is supplied by the configured RequirementResolver and no
default is declared. Signals a configuration gap rather than a transient failure; the runtime never proceeds with an
unresolved required requirement, and never invents a value.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRequirementResolutionException(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
-
RequirementResolutionException
Creates a new exception with the given message.- Parameters:
message- a description of the unresolved requirement
-