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