nextapp.echo
Class Grid.GridCellOverlapException

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 nextapp.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.
 
Method Summary
 
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.