WrapperMuscle.py -

Author:Andreas Heger
Release:$Id$
Date:December 09, 2013
Tags:Python

Code

exception WrapperMuscle.Error

Bases: exceptions.Exception

Base class for exceptions in this module.

exception WrapperMuscle.ParsingError(message, line)

Bases: WrapperMuscle.Error

Exception raised for errors while parsing

Attributes:
message – explanation of the error
exception WrapperMuscle.UsageError(message)

Bases: WrapperMuscle.Error

Exception raised for errors while starting

Attributes:
message – explanation of the error

Table Of Contents

Previous topic

<no title>

Next topic

<no title>

This Page