Package com.vaadin.classic.v8.ui
Class GridLayout.OutOfBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.classic.v8.ui.GridLayout.OutOfBoundsException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GridLayout
An
Exception object which is thrown when an area exceeds the bounds of the grid.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.classic.v8.ui.GridLayout.CellgetArea()Gets the area that is out of bounds.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getArea
public com.vaadin.classic.v8.ui.GridLayout.Cell getArea()Gets the area that is out of bounds.- Returns:
- the area out of Bound.
-