Celtix User APIs

org.objectweb.celtix.plugins
Class PluginMessage

java.lang.Object
  extended by org.objectweb.celtix.common.i18n.Message
      extended by org.objectweb.celtix.plugins.PluginMessage

public class PluginMessage
extends Message


Constructor Summary
PluginMessage(String code, Object... params)
           
 
Method Summary
protected  ResourceBundle getResourceBundle()
           
 
Methods inherited from class org.objectweb.celtix.common.i18n.Message
getCode, getParameters, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PluginMessage

public PluginMessage(String code,
                     Object... params)
Method Detail

getResourceBundle

protected ResourceBundle getResourceBundle()
Specified by:
getResourceBundle in class Message

Celtix User APIs