com.izforge.izpack.util
Interface LogError

All Known Implementing Classes:
Log

public interface LogError

Interface for handle error logging with IzPack Log class.

Author:
Elmar Grom

Field Summary
static int COULD_NOT_WRITE_FILE
          Informs the user that a specific file could not be written
Detail Paramters name of the file that could not be written
static int ERROR_BASE
          First index for error messages
static int MAX_ERROR
          The highest legal error message number is less than this value.
 

Field Detail

ERROR_BASE

static final int ERROR_BASE
First index for error messages

See Also:
Constant Field Values

COULD_NOT_WRITE_FILE

static final int COULD_NOT_WRITE_FILE
Informs the user that a specific file could not be written
Detail Paramters
  1. name of the file that could not be written

See Also:
Constant Field Values

MAX_ERROR

static final int MAX_ERROR
The highest legal error message number is less than this value.

See Also:
Constant Field Values