Interface ValidationException.HasRelatedComponent

All Known Implementing Classes:
ComponentValidationException
Enclosing class:
ValidationException

public static interface ValidationException.HasRelatedComponent
Represents a contract for exceptions or objects that are associated with a specific UI Component.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.vaadin.flow.component.Component
    Returns associated component.
  • Method Details

    • getComponent

      com.vaadin.flow.component.Component getComponent()
      Returns associated component.
      Returns:
      the component associated with this instance