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