com.jtri.exception
Interface IKeyException

All Known Implementing Classes:
KeyCallbackException, KeyConversionException

public interface IKeyException

IKeyException is an Interface to be extended by Throwable subclasses that instead of giving a message to the system, gives a key to the resource bundle and an optional set of parameters.


Method Summary
 java.lang.String[] getParams()
           
 void setParams(java.lang.String[] params)
           
 

Method Detail

setParams

public void setParams(java.lang.String[] params)

getParams

public java.lang.String[] getParams()