| Trees | Indices | Help |
|
|---|
|
|
Jaguar keywords input validation and specialized exceptions
|
|||
|
JaguarKeywordException Base exception class for all custom Jaguar keyword validation errors |
|||
|
JaguarKeywordError Exception class raised when nonexistant Jaguar keyword is requested |
|||
|
JaguarKeywordValueTypeError Exception class raised when Jaguar keyword value has wrong type |
|||
|
JaguarKeywordValueError Exception class raised when Jaguar keyword value is invalid |
|||
|
JaguarKeywordFormatError Exception class raised when a string not in the keyword=value format is found |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
STRING = 'string'
|
|||
INTEGER = 'integer'
|
|||
REAL = 'real'
|
|||
|
|||
Check if value has type equivalent to valid_type after converting string
|
Validate a specific keyword=value pair. The checks are case insensitive.
|
Validate a string of keyword=value pairs
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:16 2015 | http://epydoc.sourceforge.net |