Cheetah.ErrorCatchers module¶
- class Cheetah.ErrorCatchers.BigEcho(templateObj)¶
Bases:
ErrorCatcher
- warn(exc_val, code, rawCode, lineCol)¶
- Cheetah.ErrorCatchers.Echo¶
alias of
ErrorCatcher
- exception Cheetah.ErrorCatchers.Error¶
Bases:
Exception
- class Cheetah.ErrorCatchers.ErrorCatcher(templateObj)¶
Bases:
object
- exceptions()¶
- warn(exc_val, code, rawCode, lineCol)¶
- class Cheetah.ErrorCatchers.KeyError(templateObj)¶
Bases:
ErrorCatcher
- warn(exc_val, code, rawCode, lineCol)¶
- class Cheetah.ErrorCatchers.ListErrors(templateObj)¶
Bases:
ErrorCatcher
Accumulate a list of errors.
- listErrors()¶
Return the list of errors.
- warn(exc_val, code, rawCode, lineCol)¶