|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException java.lang.IllegalStateException echopoint.layout.GridLayoutManager.OutOfBoundsException
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.
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 |
public GridLayoutManager.OutOfBoundsException(java.lang.String msg, GridLayoutManager.CellConstraints constraint)
Method Detail |
public GridLayoutManager.CellConstraints getConstraint()
|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |