JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.datasource.util
Interface ExceptionHandler

All Known Implementing Classes:
ExceptionManager

public interface ExceptionHandler

This interface defines method to listen for data model exceptions.

See Also:
ExceptionManager

Method Summary
 void processException(Component component, com.klg.jclass.datasource.DataModelException ex)
          This method is invoked by an datamodel exception generated by a user action on a databound component
 void showException(Component component, String title, String message)
          This method is invoked by an exception generated by a user action on a databound component.
 

Method Detail

processException

public void processException(Component component,
                             com.klg.jclass.datasource.DataModelException ex)
This method is invoked by an datamodel exception generated by a user action on a databound component


showException

public void showException(Component component,
                          String title,
                          String message)
This method is invoked by an exception generated by a user action on a databound component.


Copyright © 2004 Quest Software Inc..
All rights reserved.