Package gnue :: Package common :: Package logic :: Module language :: Class CompileError
[show private | hide private]

Class CompileError

Exception --+        
            |        
        Error --+    
                |    
      RemoteError --+
                    |
                   CompileError


Error in user code compilation.

An error occured when trying to compile user code. Details of the error are available through the getName, getDetail, and getMessage methods.
Method Summary
    Inherited from RemoteError
  __init__(self, group, name, message, detail)
    Inherited from Exception
  __getitem__(...)
  __str__(...)


GNUe Home

Public API

Developer's Corner