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.


Method Summary
 java.lang.String getDefaultMessageTextPattern()
          Returns the default message text pattern for i_throwable or null.
 

Method Detail

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.