GuardRailInstantiationException

Exception thrown when a guardrail fails to instantiate during application startup.

This exception is thrown only when embabel.agent.guardrails.fail-on-error=true. It indicates a configuration error such as:

  • Invalid class name

  • Class does not implement the required guardrail interface

  • Constructor instantiation failure

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard