| Trees | Indices | Help |
|
|---|
|
|
Reactiq keywords input validation and specialized Exceptions
|
|||
|
ReactiqKeywordException Base exception class for all custom Reactiq keyword validation errors |
|||
|
ReactiqKeywordError Exception class raised when nonexistant Reactiq keyword is requested |
|||
|
ReactiqKeywordValueTypeError Exception class raised when Reactiq keyword value has wrong type |
|||
|
ReactiqKeywordValueError Exception class raised when Reactiq keyword value is invalid |
|||
|
ReactiqKeywordConflictError Exception class raised when Reactiq keywords have conflicting values |
|||
|
ReactiqKeywordFormatError Exception class raised when a string not in the keyword=value format is found |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
__package__ =
|
|||
|
|||
Check type of <value> against <type_> or list of values against <subtype_>
|
Raise Exception for strings that look like numbers (probably user error)
|
Raise Exception if value, or values in a list, are not one of the allowed values specified by <choices>.
|
Raise Exception if keyword value is inconsistent with the other keywords. This is done in an adhoc case-by-case way.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Feb 3 06:04:33 2016 | http://epydoc.sourceforge.net |