dLife Home Page

dlife.vision
Class VideoSourceCreationFailedException

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

public class VideoSourceCreationFailedException
extends RuntimeException

Exception that is thrown when the construction of a VideoSource fails. It may fail because the media for the source cannot be found, it may also fail if the user clicks cancel on the dialog box presented by a no-arg VideoSource constructor that asks the user for the information about constructing the VideoSource.

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

Constructor Summary
VideoSourceCreationFailedException(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

VideoSourceCreationFailedException

public VideoSourceCreationFailedException(String msg)
Construct a new VideoSourceCreationFailedException.

Parameters:
msg - the exception message.

dLife Home Page