com.levigo.util.log.qualified
Interface UnresolvedQualifiedMessage

All Superinterfaces:
QualifiedMessage, Serializable
All Known Subinterfaces:
UnresolvedQualifiedLogEvent
All Known Implementing Classes:
AbstractQualifiedException, AbstractQualifiedRuntimeException, DefaultQualifiedLogEvent, DocumentStateException, JadiceException, JadiceRuntimeException

public interface UnresolvedQualifiedMessage
extends QualifiedMessage


Method Summary
 Object[] getArguments()
           
 String getMessage(Locale locale)
          Resolves and returns the human-readable message text of this qualified entity using the specified Locale.
 MessageID getMessageID()
           
 
Methods inherited from interface com.levigo.util.log.qualified.QualifiedMessage
getId, getMessage
 

Method Detail

getMessageID

MessageID getMessageID()

getArguments

Object[] getArguments()

getMessage

String getMessage(Locale locale)
Resolves and returns the human-readable message text of this qualified entity using the specified Locale. Message IDs are not guaranteed to be accompanied with a human-readable message. Therefore this method may return null.

Parameters:
locale - the Locale in which so resolve the message
Returns:
a human readable message text for this QualifiedMessage entity, or null if no human-readable message is available


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.