phystricks
Public Member Functions | Public Attributes | List of all members
phystricks.src.Exceptions.TooLargeBBException Class Reference
Inheritance diagram for phystricks.src.Exceptions.TooLargeBBException:
Inheritance graph
[legend]
Collaboration diagram for phystricks.src.Exceptions.TooLargeBBException:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, obj, faulty, acceptable, got)
 
def __str__ (self)
 
- Public Member Functions inherited from phystricks.src.Exceptions.PhystricksGenericException
def __str__ (self)
 

Public Attributes

 obj
 
 faulty
 
 acceptable
 
 got
 

Constructor & Destructor Documentation

def phystricks.src.Exceptions.TooLargeBBException.__init__ (   self,
  obj,
  faulty,
  acceptable,
  got 
)
Describe the exception raised when a too large bounding box is found.
- `obj` : the object that has a too large bounding box
- `faulty` : "xmin", "xmax", "ymin" or "ymax" : the coordinate that
    that was too large.
- `acceptable` : the maximal value that the picture 
     was accepting for that coordinate.
- `got` : the computed/found size.

Member Function Documentation

def phystricks.src.Exceptions.TooLargeBBException.__str__ (   self)

Member Data Documentation

phystricks.src.Exceptions.TooLargeBBException.acceptable
phystricks.src.Exceptions.TooLargeBBException.faulty
phystricks.src.Exceptions.TooLargeBBException.got
phystricks.src.Exceptions.TooLargeBBException.obj

The documentation for this class was generated from the following file: