exceptions

Class GridException


public class GridException
extends GUIException

Überschrift:

Beschreibung:

Copyright: Copyright (c) 2002

Organisation:

Field Summary

static int
EVEN_GRID_SIZE_ERROR
static int
INAVLID_STATUS_ERROR
static int
NO_VALID_GRID_COORDINATE_ERROR

Fields inherited from class exceptions.MEException

UNKNOWN, errorCode

Constructor Summary

GridException(String message)
GridException(String message, int error)

Method Summary

Methods inherited from class exceptions.MEException

getErrorCode

Field Details

EVEN_GRID_SIZE_ERROR

public static final int EVEN_GRID_SIZE_ERROR
Field Value:
101

INAVLID_STATUS_ERROR

public static final int INAVLID_STATUS_ERROR
Field Value:
103

NO_VALID_GRID_COORDINATE_ERROR

public static final int NO_VALID_GRID_COORDINATE_ERROR
Field Value:
102

Constructor Details

GridException

public GridException(String message)

GridException

public GridException(String message,
                     int error)