|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.commons.gui.util.UiBusinessExceptionConverter
This class is a factory for converting BusinessException objects into UiBusinessException objects. This class is required to convert all the attribute names from component objects into widget names at the GUI Level.
Retek Inc. Copyright (c) 2002
Constructor Summary | |
---|---|
UiBusinessExceptionConverter()
|
Method Summary | |
---|---|
static UiBusinessException |
convert(BusinessException exception)
Returns UIBusinessException for a BusinessException after converting all component names into GUI names. |
static UiBusinessException |
convert(BusinessException exception,
java.util.Map translateMap)
Returns UIBusinessException for a BusinessException after converting all component names into GUI names. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UiBusinessExceptionConverter()
Method Detail |
public static UiBusinessException convert(BusinessException exception)
exception
- A BusinessException object containing a list of problems.
public static UiBusinessException convert(BusinessException exception, java.util.Map translateMap)
exception
- A BusinessException object containing a list of problems.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |