exception documentation

class PInvalidTypeError(PException):

Constructor: PInvalidTypeError(pcontext)

View In Hierarchy

Exception when an invalid type was encountered.

Inherited from PException:

Method __init__ Exception initialization.
Method __str__ Nicely printable version of the exception.
Instance Variable pcontext PContext object with the interpreter state and error messages.