javax.servlet.jsp.jstl.fmt
Interface LocalizableException


public interface LocalizableException

A localizable exception.


Method Summary
 java.lang.Object[] getMessageArgs()
          Returns the arguments for parametric replacement on the exception's localized message.
 java.lang.String getMessageKey()
          Returns the exception's message key from which the exception's localized message is derived via a resource bundle lookup.
 

Method Detail

getMessageKey

public java.lang.String getMessageKey()
Returns the exception's message key from which the exception's localized message is derived via a resource bundle lookup.
Returns:
the exception's message key

getMessageArgs

public java.lang.Object[] getMessageArgs()
Returns the arguments for parametric replacement on the exception's localized message.
Returns:
the exception's message arguments