Class GridLayout.OverlapsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.classic.v8.ui.GridLayout.OverlapsException
All Implemented Interfaces:
Serializable
Enclosing class:
GridLayout

public static class GridLayout.OverlapsException extends RuntimeException
Gridlayout does not support laying components on top of each other. An OverlapsException is thrown when a component already exists (even partly) at the same space on a grid with the new component.
See Also:
  • Method Details

    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
    • getArea

      public com.vaadin.classic.v8.ui.GridLayout.Cell getArea()
      Gets the area .
      Returns:
      the existing area.