2013-05-21 18:42:56 +02:00
|
|
|
Errors that may be encountered
|
|
|
|
==================================
|
|
|
|
|
|
|
|
Three builtins exceptions are used :
|
|
|
|
-----------------------------------------
|
|
|
|
|
|
|
|
- **ValueError** : Validation error, parameters error, a list instead
|
|
|
|
of a Multi, or if the value does not make sense
|
|
|
|
|
|
|
|
- **TypeError** : type error in a parameter
|
|
|
|
|
|
|
|
- **AttributeError** : wrong path or unknownd option or optiondescription
|
|
|
|
|
2013-08-22 12:17:10 +02:00
|
|
|
And five other exceptions :
|
|
|
|
------------------------------
|
2013-05-21 18:42:56 +02:00
|
|
|
|
|
|
|
.. automodule:: tiramisu.error
|
|
|
|
:members:
|
|
|
|
|