dLife Home Page

dlife.vision
Class VideoSourceConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by dlife.vision.VideoSourceConnectionException
All Implemented Interfaces:
Serializable

public class VideoSourceConnectionException
extends RuntimeException

Exception that is thrown when an error/exception occurs when attempting to connect to or disconnect from a VideoSource. It may occur because the media for the source cannot be read, or if the server for a streaming video source cannot be contacted.

Version:
Apr 13, 2007
Author:
Grant Braught, Dickinson College
See Also:
Serialized Form

Constructor Summary
VideoSourceConnectionException(String msg)
          Construct a new VideoSourceCreationFailedException.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VideoSourceConnectionException

public VideoSourceConnectionException(String msg)
Construct a new VideoSourceCreationFailedException.

Parameters:
msg - the exception message.

dLife Home Page