| com.izforge.izpack.util.LogError
All known Subclasses: com.izforge.izpack.util.Log,
LogError | public interface LogError (Code) | | Interface for handle error logging with IzPack Log class.
author: Elmar Grom |
COULD_NOT_WRITE_FILE | final public static int COULD_NOT_WRITE_FILE(Code) | | Informs the user that a specific file could not be written
Detail Paramters
- name of the file that could not be written
|
ERROR_BASE | final static int ERROR_BASE(Code) | | First index for error messages
|
MAX_ERROR | final static int MAX_ERROR(Code) | | The highest legal error message number is less than this value.
|
|
|