org.ceryle.util
Class Messages_de

java.lang.Object
  extended by java.util.ResourceBundle
      extended by java.util.ListResourceBundle
          extended by org.ceryle.util.Msg
              extended by org.ceryle.util.Messages
                  extended by org.ceryle.util.Messages_de

public class Messages_de
extends Messages

A ListResourceBundle containing messages used in exceptions; localization = de. This extends the Messages message set.

When modifying this file pay attention to extra spaces used when there are String concatentations spanning multiple lines, or you may end up with words getting jammed together. Generally, the extra space is added to the end of a String rather than the beginning.

Note that percent signs are avoided in messages in order to facilitate their use as message field delimiters (e.g., "%1", "%2", etc.).

Since:
JDK1.3
Version:
$Id: Messages_de.java,v 3.1 2007-06-15 12:09:56 altheim Exp $
Author:
Murray Altheim
See Also:
MsgId, Msg, MessageId, Messages

Field Summary
protected  Object[][] contents2
           
 
Fields inherited from class org.ceryle.util.Messages
WARNING_COLOR
 
Fields inherited from class org.ceryle.util.Msg
contents, NL
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
Messages_de()
           
 
Method Summary
 
Methods inherited from class org.ceryle.util.Messages
getContents
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contents2

protected Object[][] contents2
Constructor Detail

Messages_de

public Messages_de()


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.