Bartosz Firyn (SarXos)

com.github.sarxos.webcam
Class WebcamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.github.sarxos.webcam.WebcamException
All Implemented Interfaces:
Serializable

public class WebcamException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
WebcamException(String message)
           
WebcamException(String message, Throwable cause)
           
WebcamException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebcamException

public WebcamException(String message)

WebcamException

public WebcamException(String message,
                       Throwable cause)

WebcamException

public WebcamException(Throwable cause)

Bartosz Firyn (SarXos)

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