|
@ -329,3 +329,16 @@ missing!" ) |
|
|
else: |
|
|
else: |
|
|
raise CountryListEntryError( "Template Parameter 'Interpret' is \ |
|
|
raise CountryListEntryError( "Template Parameter 'Interpret' is \ |
|
|
missing!" ) |
|
|
missing!" ) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class CountryListError( Exception ): |
|
|
|
|
|
""" |
|
|
|
|
|
Handles errors occuring in class CountryList |
|
|
|
|
|
""" |
|
|
|
|
|
pass |
|
|
|
|
|
|
|
|
|
|
|
class CountryListEntryError( CountryListError ): |
|
|
|
|
|
""" |
|
|
|
|
|
Handles errors occuring in class CountryList related to entrys |
|
|
|
|
|
""" |
|
|
|
|
|
pass |
|
|