de.intarsys.tools.message.CommonMessage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of isrt Show documentation
Show all versions of isrt Show documentation
The basic runtime tools and interfaces for intarsys components.
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