echopoint.layout
Class GridLayoutManager.OutOfBoundsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by echopoint.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()