Changeset 274 for trunk/error.py


Ignore:
Timestamp:
07/28/09 01:31:05 (3 years ago)
Author:
marc
Message:

Better port bind fail error, better console print functions, better error names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/error.py

    r273 r274  
    5656 
    5757 
    58 class ItakaServerErrorCannotListen(ItakaServerError): 
     58class ItakaServerCannotListenError(ItakaServerError): 
    5959    """ 
    6060    Exception raised by server methods 
     
    7070 
    7171 
    72 class ItakaScreenshotErrorWmHints(ItakaScreenshotError): 
     72class ItakaScreenshotWmHintsError(ItakaScreenshotError): 
    7373    """ 
    7474    Exception raised by screenshooting methods 
     
    7777 
    7878 
    79 class ItakaScreenshotErrorActiveDesktop(ItakaScreenshotError): 
     79class ItakaScreenshotActiveDesktopError(ItakaScreenshotError): 
    8080    """ 
    8181    Exception raised by screenshooting methods 
     
    8484     
    8585 
    86 class ItakaSaveScreenshotError(ItakaScreenshotError): 
     86class ItakaScreenshotSaveError(ItakaScreenshotError): 
    8787    """ 
    8888    Exception raised by screenshooting methods 
Note: See TracChangeset for help on using the changeset viewer.