You can also browse the complete source file or the generated documentation.
def checkcache() class Singleton: class ExceptionHandler(Object): ## Init ## def __init__(self, application, transaction, excInfo, ## Accessors ## def setting(self, name) def servletPathname(self) def basicServletName(self) ## Exception Handling ## def work(self) def logExceptionToConsole(self, stderr=None) def publicErrorPage(self) def privateErrorPage(self) def htmlDebugInfo(self) def writeHTML(self) ## Write Methods ## def write(self, s) def writeln(self, s) def writeTitle(self, s) def writeDict(self, d, heading=None, encoded=None) def writeAttrs(self, obj, attrNames) ## Traceback sections ## def writeTraceback(self) def writeMiscInfo(self) def writeTransaction(self) def writeEnvironment(self) def writeIds(self) def writeFancyTraceback(self) def saveErrorPage(self, html) def errorPageFilename(self) def logExceptionToDisk(self, errorMsgFilename=None) def emailException(self, htmlErrMsg) ## Filtering ## def filterDictValue(self, value, key, dict) def filterValue(self, value, key) ## Utility ## def repr(self, value) ## Misc functions ## def docType() def htStyle() def htTitle(name) def osIdDict()