Package muntjac :: Package ui :: Module grid_layout :: Class OverlapsException
[hide private]
[frames] | no frames]

Class OverlapsException

source code

              object --+                
                       |                
exceptions.BaseException --+            
                           |            
        exceptions.Exception --+        
                               |        
        exceptions.StandardError --+    
                                   |    
             exceptions.RuntimeError --+
                                       |
                                      OverlapsException

Gridlayout does not support laying components on top of each other. An OverlapsException is thrown when a component already exists (even partly) at the same space on a grid with the new component.


Authors:
Vaadin Ltd., Richard Lincoln

Version: 1.1.2

Instance Methods [hide private]
 
__init__(self, existingArea)
Constructs an OverlapsException.
source code
 
getMessage(self) source code
 
getArea(self)
Gets the area .
source code

Inherited from exceptions.RuntimeError: __new__

Inherited from exceptions.BaseException: __delattr__, __getattribute__, __getitem__, __getslice__, __reduce__, __repr__, __setattr__, __setstate__, __str__, __unicode__

Inherited from object: __format__, __hash__, __reduce_ex__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from exceptions.BaseException: args, message

Inherited from object: __class__

Method Details [hide private]

__init__(self, existingArea)
(Constructor)

source code 

Constructs an OverlapsException.

Overrides: object.__init__

getArea(self)

source code 

Gets the area .

Returns:
the existing area.