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

Class OutOfBoundsException

source code

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

An Exception object which is thrown when an area exceeds the bounds of the grid.


Authors:
Vaadin Ltd., Richard Lincoln

Version: 1.1.2

Instance Methods [hide private]
 
__init__(self, areaOutOfBounds)
Constructs an OoutOfBoundsException with the specified detail message.
source code
 
getArea(self)
Gets the area that is out of bounds.
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, areaOutOfBounds)
(Constructor)

source code 

Constructs an OoutOfBoundsException with the specified detail message.

Overrides: object.__init__

getArea(self)

source code 

Gets the area that is out of bounds.

Returns:
the area out of Bound.