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.Error
Raised for data in the wrong format
-
__module__
= 'PyFoam.ThirdParty.Gnuplot.Errors'¶
-
-
exception
PyFoam.ThirdParty.Gnuplot.Errors.
Error
[source]¶ Bases:
Exception
All 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.Error
Raised for unrecognized option(s)
-
__module__
= 'PyFoam.ThirdParty.Gnuplot.Errors'¶
-