name.angoca.db2sa.messages
Class Messages

Package class diagram package Messages
java.lang.Object
  extended by name.angoca.db2sa.messages.Messages

public final class Messages
extends Object

This class loads the messages in the system language. If there is no Correspondence, it will load the closer.
TODO Poner un codigo de error a cada mensaje de error. Control Version

Version:
1.0.0 2009-07-19
Author:
Andres Gomez Casanova (AngocA)

Method Summary
static String getString(String key)
          Retrieves a message for the given string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getString

public static String getString(String key)
Retrieves a message for the given string.

Parameters:
key - Name of the message.
Returns:
Message in the corresponding language.


Andres Gomez Casanova (AngocA) Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.