Package gnue :: Package appserver :: Package gcd :: Module readgcd :: Class Error
[show private | hide private]

Class Error

Exception --+        
            |        
        Error --+    
                |    
 ApplicationError --+
                    |
                   Error

Known Subclasses:
ClassNotFoundError, DuplicateClassError, FilterChangeError, FilterNotFoundError, ModuleNotFoundError, NullableError

Method Summary
  __init__(self, message, files)
    Inherited from Error
Unicode get_detail(self, count, etype, evalue, etrace)
Return the exception's detail, which is the traceback unless overwritten with detail.
Unicode get_name(self, exc_type)
Return the exception's name, which is the classname of the exception class unless overwritten with name.
    Inherited from Exception
  __getitem__(...)
  __str__(...)

Instance Variable Summary
    Inherited from Error
  detail: The detail information to the exception.
  group: The group or category of the exception.
Unicode message: The error message.
  name: The name of the exception.

Method Details

__init__(self, message, files=None)
(Constructor)

Overrides:
gnue.common.base.errors.ApplicationError.__init__


GNUe Home

Private API

Developer's Corner