raise: Raises an exception 
  The 'raise' tag raises an exception, mirroring the Python 'raise'
  statement.
  Syntax
    'raise' tag syntax::
      
      
    The 'raise' tag is a block tag. It raises an exception. Exceptions
    can be an exception class or a string. The contents of the tag are
    passed as the error value.
  Examples
    Raising a KeyError::
      
    Raising an HTTP 404 error::
      Web Page Not Found
  See Also
    "try tag":dtml-try.stx
    "Python Tutorial: Errors and
    Exceptions":http://www.python.org/doc/current/tut/node10.html
    "Python Built-in
    Exceptions":http://www.python.org/doc/current/lib/module-exceptions.html