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