public class GridLayout.OutOfBoundsException extends RuntimeException
Exception object which is thrown when an area exceeds the
bounds of the grid.| Constructor and Description |
|---|
OutOfBoundsException(GridLayout.Area areaOutOfBounds)
Constructs an
OoutOfBoundsException with the specified
detail message. |
| Modifier and Type | Method and Description |
|---|---|
GridLayout.Area |
getArea()
Gets the area that is out of bounds.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OutOfBoundsException(GridLayout.Area areaOutOfBounds)
OoutOfBoundsException with the specified
detail message.areaOutOfBounds - public GridLayout.Area getArea()
Copyright © 2022 Vaadin Ltd. All rights reserved.