public class GridLayout.OverlapsException extends RuntimeException
OverlapsException is thrown when a component already exists
(even partly) at the same space on a grid with the new component.| Constructor and Description |
|---|
OverlapsException(GridLayout.Area existingArea)
Constructs an
OverlapsException. |
| Modifier and Type | Method and Description |
|---|---|
GridLayout.Area |
getArea()
Gets the area .
|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OverlapsException(GridLayout.Area existingArea)
OverlapsException.existingArea - public String getMessage()
getMessage in class Throwablepublic GridLayout.Area getArea()
Copyright © 2022 Vaadin Ltd. All rights reserved.