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:
Serializable
- Enclosing class:
- GridLayout
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 Summary
Modifier and TypeMethodDescriptioncom.vaadin.classic.v8.ui.GridLayout.CellgetArea()Gets the area .Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
getArea
public com.vaadin.classic.v8.ui.GridLayout.Cell getArea()Gets the area .- Returns:
- the existing area.
-