Home | Trees | Indices | Help |
---|
|
1 #-----------------------------------------------# 2 # modelMaGe # 3 # # 4 # v1.0beta September 2009 # 5 # Joerg Schaber, Max Floettmann and Jian Li # 6 # # 7 # http://modelmage.org # 8 #-----------------------------------------------# 9 ## @file mmexceptions.py 10 ## @brief Handles raised exceptions. 11 ## @author Max Floettmann 12 ## 13 ## This file is part of modelMaGe. Please visit http://modelMaGe.org for more 14 ## information about modelMaGe, and the latest version of modelMaGe. 15 ## 16 2022 """Exception raised for errors in the input. 23 24 Attributes: 25 expression -- input expression in which the error occurred 26 message -- explanation of the error 27 """ 2832 42 47
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Sep 18 11:52:44 2009 | http://epydoc.sourceforge.net |