EchoPoint
1.0

echopoint.layout
Class GridLayoutManager.OverlapException

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

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

An OverlapException exception is thrown if any of the CellConstraints constaints overlap.

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

See Also:
Serialized Form

Constructor Summary
GridLayoutManager.OverlapException(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.OverlapException

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

getConstraint

public GridLayoutManager.CellConstraints getConstraint()

EchoPoint
1.0