All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.intarsys.tools.message.CommonMessage Maven / Gradle / Ivy

There is a newer version: 4.11
Show newest version
package de.intarsys.tools.message;

public class CommonMessage {

	public final static MessageBundle Messages = MessageBundleTools
			.getMessageBundle(CommonMessage.class);

	public static final Message InternalError = new Message(Messages,
			"CommonMessage.InternalError"); //$NON-NLS-1$

	public static final Message InternalErrorTitle = new Message(Messages,
			"CommonMessage.InternalErrorTitle"); //$NON-NLS-1$

	public static final Message ErrorTitle = new Message(Messages,
			"CommonMessage.ErrorTitle"); //$NON-NLS-1$

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy