Class SchemaFillException

All Implemented Interfaces:
Serializable

public class SchemaFillException extends RuntimeException
Thrown when schema processing fails due to invalid or unsupported configuration in the AsyncAPI contract.

Typical causes:

  • Missing required attributes (e.g., type in schema)
  • Inconsistent validation group configuration
  • Unresolvable references
See Also:
  • Constructor Details

    • SchemaFillException

      public SchemaFillException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - descriptive error message