dlife.vision
Class VideoSourceCreationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
VideoSourceCreationFailedException
public VideoSourceCreationFailedException(String msg)
- Construct a new VideoSourceCreationFailedException.
- Parameters:
msg - the exception message.