multex
Interface MultexException
- All Known Implementing Classes:
- Exc, Failure
- public interface MultexException
Marks an exception as to be handled especially by MsgText.
All nonstatic public attributes will be considered named parameters
for this exception and its message text pattern.
getDefaultMessageTextPattern
public java.lang.String getDefaultMessageTextPattern()
- Returns the default message text pattern for i_throwable or null.
Inserting the exception parameters into the message text pattern is
done by class
MsgText.
Locale specific message text patterns are handled by MsgText, too.