ccc.client.i18n
Interface ErrorDescriptions

All Known Subinterfaces:
GWTErrorDescriptions

public interface ErrorDescriptions

Messages for i18n.

Author:
Civic Computing Ltd.

Method Summary
 java.lang.String couldNotComplete(java.lang.String htmlPrefix, java.lang.String htmlSuffix)
          "{0}Your action could not be completed.{1}".
 java.lang.String cycle()
          "Creating this relationship would cause a circular dependency.".
 java.lang.String exists()
          "A resource already exists with the specified name.".
 java.lang.String invalidCommand()
          "Command parameters were not valid.".
 java.lang.String lockMismatch()
          "The resource you tried to update is locked by another user.".
 java.lang.String unknown()
          "Unknown error.".
 java.lang.String unlocked()
          "The resource that you tried to update is not locked.".
 

Method Detail

unlocked

java.lang.String unlocked()
"The resource that you tried to update is not locked.".

Returns:
The message, in the appropriate locale.

couldNotComplete

java.lang.String couldNotComplete(java.lang.String htmlPrefix,
                                  java.lang.String htmlSuffix)
"{0}Your action could not be completed.{1}".

Parameters:
htmlPrefix - HTML appended before the message.
htmlSuffix - HTML appended after the message.
Returns:
The message, in the appropriate locale.

unknown

java.lang.String unknown()
"Unknown error.".

Returns:
The message, in the appropriate locale.

exists

java.lang.String exists()
"A resource already exists with the specified name.".

Returns:
The message, in the appropriate locale.

lockMismatch

java.lang.String lockMismatch()
"The resource you tried to update is locked by another user.".

Returns:
The message, in the appropriate locale.

cycle

java.lang.String cycle()
"Creating this relationship would cause a circular dependency.".

Returns:
The message, in the appropriate locale.

invalidCommand

java.lang.String invalidCommand()
"Command parameters were not valid.".

Returns:
The message, in the appropriate locale.


Copyright © 2010. All Rights Reserved.