Class BrolExceptionHandler

java.lang.Object
be.gaudry.model.exception.BrolExceptionHandler
All Implemented Interfaces:
Thread.UncaughtExceptionHandler

public class BrolExceptionHandler extends Object implements Thread.UncaughtExceptionHandler
Custom handler for uncaught exceptions, invoked when a Thread abruptly terminates due to an uncaught exception. This implementation of Thread.UncaughtExceptionHandler uses the Log associated to this class to output the exceptions. This handler may be used into a "model dependency" classes, but it's better to use an other appropriate handler if the class is a part of a "GUI dependency" to interact with the user. Provided by the broldev.core.model project.
Since:
1.0 Oct 20, 2010, broldev.core.model 0.1.17 dependency
Version:
1.0 Oct 20, 2010
Author:
Steph GAUDRY
  • Constructor Details

    • BrolExceptionHandler

      public BrolExceptionHandler()
      Builds an exception handler
  • Method Details