uk.apl.jxc.tools
Interface SwingUtil.ErrorDisplayer

Enclosing class:
SwingUtil

public static interface SwingUtil.ErrorDisplayer

Implementations can be used as error displayers


Method Summary
 void displayError(java.awt.Component parentComponent, java.lang.String description, java.lang.Exception exception, java.util.logging.Logger logger)
          Displays an error message to the user.
 

Method Detail

displayError

void displayError(java.awt.Component parentComponent,
                  java.lang.String description,
                  java.lang.Exception exception,
                  java.util.logging.Logger logger)
Displays an error message to the user.

Parameters:
parentComponent - component where the error occurred
description - a description of the error
exception - the causal exception
logger - logger to report the exception


Copyright 2010 Andrew Leigh. All Rights Reserved.