KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > util > logging > ErrorManager

java.util.logging
Class ErrorManager

java.lang.Object
  extended by java.util.logging.ErrorManager
See Also:
Top Examples, Source Code

public static final int CLOSE_FAILURE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void error(String msg,
                  Exception ex,
                  int code)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ErrorManager()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int FLUSH_FAILURE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int FORMAT_FAILURE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int GENERIC_FAILURE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int OPEN_FAILURE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int WRITE_FAILURE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags