Package org.marketcetera.util.log
Class I18NBoundMessageNP
- java.lang.Object
-
- org.marketcetera.util.log.I18NBoundMessageBase<I18NMessageNP>
-
- org.marketcetera.util.log.I18NBoundMessageNP
-
- All Implemented Interfaces:
Serializable,I18NBoundMessage
public class I18NBoundMessageNP extends I18NBoundMessageBase<I18NMessageNP>
A bound message, representing the combination of anI18NMessageNPand its arbitrary number of parameters.- Since:
- 0.5.0
- Version:
- $Id: I18NBoundMessageNP.java 17760 2018-11-14 14:54:11Z colin $
- Author:
- tlerios@marketcetera.com
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID-
Fields inherited from interface org.marketcetera.util.log.I18NBoundMessage
EMPTY_PARAMS
-
-
Constructor Summary
Constructors Constructor Description I18NBoundMessageNP(I18NMessageNP message, Serializable... params)Create a new I18NBoundMessageNP instance.
-
Method Summary
-
Methods inherited from class org.marketcetera.util.log.I18NBoundMessageBase
debug, debug, equals, error, error, getLoggerProxy, getMessage, getMessageProvider, getParams, getParamsAsObjects, getText, getText, hashCode, info, info, toString, trace, trace, warn, warn
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
I18NBoundMessageNP
public I18NBoundMessageNP(I18NMessageNP message, Serializable... params)
Create a new I18NBoundMessageNP instance.- Parameters:
message- anI18NMessage1Pvalueparams- aSerializable...value- See Also:
I18NBoundMessageBase(I18NMessage,Serializable...)
-
-