NextApp Echo
1.1.4

nextapp.echo
Class Grid.GridCellOverlapException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalStateException
                  extended bynextapp.echo.Grid.GridCellOverlapException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Grid

public class Grid.GridCellOverlapException
extends java.lang.IllegalStateException

An exception that is thrown when grid cells overlap (due to their column/row spans).

See Also:
Serialized Form

Constructor Summary
protected Grid.GridCellOverlapException(java.lang.String cause)
          Creates a new GridCellOverlapException.
 
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

Grid.GridCellOverlapException

protected Grid.GridCellOverlapException(java.lang.String cause)
Creates a new GridCellOverlapException.


NextApp Echo
1.1.4