Package com.vaadin.classic.v8.ui
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:
java.io.Serializable
- Enclosing class:
- GridLayout
public static class GridLayout.OverlapsException extends java.lang.RuntimeExceptionGridlayout does not support laying components on top of each other. AnOverlapsExceptionis thrown when a component already exists (even partly) at the same space on a grid with the new component.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.vaadin.classic.v8.ui.GridLayout.CellgetArea()Gets the area .java.lang.StringgetMessage()
-