gitzel.util

Class TableError


public class TableError
extends java.lang.Object

an object of this type is passed to all TableErrorListeners when there is some irregularity with a TableGUI object. The reasoning behind this is the following; the table might be employed anywhere and the reaction to such an event might range from a beep to opening a new window.

Field Summary

String
Message

Constructor Summary

TableError(String message)

Method Summary

String
getMessage()

Field Details

Message

public final String Message

Constructor Details

TableError

public TableError(String message)

Method Details

getMessage

public String getMessage()