ccc.client.i18n
Interface ErrorResolutions

All Known Subinterfaces:
GWTErrorResolutions

public interface ErrorResolutions

Messages for i18n.

Author:
Civic Computing Ltd.

Method Summary
 java.lang.String contactSysAdmin()
          "Contact your system administrator.".
 java.lang.String cycle()
          "Choose a different resource.".
 java.lang.String exists()
          "Try using a different name.".
 java.lang.String invalidCommand()
          "Verify command parameters.".
 java.lang.String lockMismatch()
          "Ask the user who locked the resource to unlock it.".
 java.lang.String unlocked()
          "Lock the selected resource and then try to perform the action again.".
 

Method Detail

unlocked

java.lang.String unlocked()
"Lock the selected resource and then try to perform the action again.".

Returns:
The message, in the appropriate locale.

contactSysAdmin

java.lang.String contactSysAdmin()
"Contact your system administrator.".

Returns:
The message, in the appropriate locale.

exists

java.lang.String exists()
"Try using a different name.".

Returns:
The message, in the appropriate locale.

lockMismatch

java.lang.String lockMismatch()
"Ask the user who locked the resource to unlock it.".

Returns:
The message, in the appropriate locale.

cycle

java.lang.String cycle()
"Choose a different resource.".

Returns:
The message, in the appropriate locale.

invalidCommand

java.lang.String invalidCommand()
"Verify command parameters.".

Returns:
The message, in the appropriate locale.


Copyright © 2010. All Rights Reserved.