Bartosz Firyn (SarXos)

com.github.sarxos.webcam
Class WebcamExceptionHandler

java.lang.Object
  extended by com.github.sarxos.webcam.WebcamExceptionHandler
All Implemented Interfaces:
Thread.UncaughtExceptionHandler

public class WebcamExceptionHandler
extends Object
implements Thread.UncaughtExceptionHandler

Used internally.

Author:
Bartosz Firyn (sarxos)

Method Summary
static WebcamExceptionHandler getInstance()
           
static void handle(Throwable e)
           
 void uncaughtException(Thread t, Throwable e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

uncaughtException

public void uncaughtException(Thread t,
                              Throwable e)
Specified by:
uncaughtException in interface Thread.UncaughtExceptionHandler

handle

public static void handle(Throwable e)

getInstance

public static final WebcamExceptionHandler getInstance()

Bartosz Firyn (SarXos)

Copyright © 2012-2013 Bartosz Firyn (SarXos). All Rights Reserved.