Celtix User APIs

Uses of Class
org.objectweb.celtix.common.i18n.Message

Packages that use Message
org.objectweb.celtix   
org.objectweb.celtix.common.i18n   
org.objectweb.celtix.configuration   
org.objectweb.celtix.plugins   
 

Uses of Message in org.objectweb.celtix
 

Constructors in org.objectweb.celtix with parameters of type Message
BusException(Message msg)
          Constructs a BusException with the provided detail message.
BusException(Message msg, Throwable cause)
          Constructs a BusException with the detail message and cause provided.
 

Uses of Message in org.objectweb.celtix.common.i18n
 

Constructors in org.objectweb.celtix.common.i18n with parameters of type Message
Exception(Message msg)
           
Exception(Message msg, Throwable t)
           
UncheckedException(Message msg)
           
UncheckedException(Message msg, Throwable t)
           
 

Uses of Message in org.objectweb.celtix.configuration
 

Constructors in org.objectweb.celtix.configuration with parameters of type Message
ConfigurationException(Message message)
           
ConfigurationException(Message msg, Throwable t)
           
 

Uses of Message in org.objectweb.celtix.plugins
 

Constructors in org.objectweb.celtix.plugins with parameters of type Message
PluginException(Message msg)
          Constructs a PluginException with the given detail message.
PluginException(Message msg, Throwable cause)
          Constructs a PluginException with the given detail message and cause.
 


Celtix User APIs