PyFoam.ThirdParty.Gnuplot.Errors module¶
Exception types that can be raised by Gnuplot.py.
-
exception
PyFoam.ThirdParty.Gnuplot.Errors.DataError[source]¶ Bases:
PyFoam.ThirdParty.Gnuplot.Errors.ErrorRaised for data in the wrong format
-
__module__= 'PyFoam.ThirdParty.Gnuplot.Errors'¶
-
-
exception
PyFoam.ThirdParty.Gnuplot.Errors.Error[source]¶ Bases:
exceptions.ExceptionAll our exceptions are derived from this one.
-
__module__= 'PyFoam.ThirdParty.Gnuplot.Errors'¶
-
__weakref__¶ list of weak references to the object (if defined)
-
-
exception
PyFoam.ThirdParty.Gnuplot.Errors.OptionError[source]¶ Bases:
PyFoam.ThirdParty.Gnuplot.Errors.ErrorRaised for unrecognized option(s)
-
__module__= 'PyFoam.ThirdParty.Gnuplot.Errors'¶
-