Class GridLayout.OutOfBoundsException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    GridLayout

    public static class GridLayout.OutOfBoundsException
    extends java.lang.RuntimeException
    An Exception object which is thrown when an area exceeds the bounds of the grid.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.vaadin.classic.v8.ui.GridLayout.Cell getArea()
      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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getArea

        public com.vaadin.classic.v8.ui.GridLayout.Cell getArea()
        Gets the area that is out of bounds.
        Returns:
        the area out of Bound.