com.jtri.exception
Class KeyConversionException

java.lang.Object
  extended byConversionException
      extended bycom.jtri.exception.KeyConversionException
All Implemented Interfaces:
IKeyException

public class KeyConversionException
extends ConversionException
implements IKeyException

Version:
1.0, 12/03/2005
Author:
atorres
See Also:
Serialized Form

Constructor Summary
KeyConversionException(java.lang.String key)
           
KeyConversionException(java.lang.String key, java.lang.String[] params)
           
 
Method Summary
 java.lang.String[] getParams()
           
 void setParams(java.lang.String[] params)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyConversionException

public KeyConversionException(java.lang.String key)

KeyConversionException

public KeyConversionException(java.lang.String key,
                              java.lang.String[] params)
Method Detail

setParams

public void setParams(java.lang.String[] params)
Specified by:
setParams in interface IKeyException

getParams

public java.lang.String[] getParams()
Specified by:
getParams in interface IKeyException