EchoPoint
1.0

echopoint.layout
Class GridLayoutManager.OutOfBoundsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalStateException
                  extended byechopoint.layout.GridLayoutManager.OutOfBoundsException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
GridLayoutManager

public class GridLayoutManager.OutOfBoundsException
extends java.lang.IllegalStateException
implements java.io.Serializable

An OutOfBoundsException exception is thrown if any of the CellConstraints constaints are outside the width or height of the GridLayoutManager.

Note that it is derived from a RuntimeException and hence try/catch blocks are not manadatory.

See Also:
Serialized Form

Constructor Summary
GridLayoutManager.OutOfBoundsException(java.lang.String msg, GridLayoutManager.CellConstraints constraint)
           
 
Method Summary
 GridLayoutManager.CellConstraints getConstraint()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GridLayoutManager.OutOfBoundsException

public GridLayoutManager.OutOfBoundsException(java.lang.String msg,
                                              GridLayoutManager.CellConstraints constraint)
Method Detail

getConstraint

public GridLayoutManager.CellConstraints getConstraint()

EchoPoint
1.0