com.retek.rsm.util
Class RsmExceptionConverter

java.lang.Object
  |
  +--com.retek.rsm.util.RsmExceptionConverter

public class RsmExceptionConverter
extends java.lang.Object

This class is a factory for converting RetekBusinessException objects into UiRetekBusinessException 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
RsmExceptionConverter()
           
 
Method Summary
static com.retek.swing11.util.UIException convert(com.retek.platform.exception.RetekBusinessException RetekBusinessException)
          Returns UIException for a RetekBusinessException 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

RsmExceptionConverter

public RsmExceptionConverter()
Method Detail

convert

public static com.retek.swing11.util.UIException convert(com.retek.platform.exception.RetekBusinessException RetekBusinessException)
Returns UIException for a RetekBusinessException after converting all component names into GUI names.

Returns:
The generated GUI exception.