Package steganography.video.exceptions
Class VideoNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- socialmediasteganography.SocialMediaSteganographyException
-
- steganography.exceptions.MediaNotFoundException
-
- steganography.video.exceptions.VideoNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class VideoNotFoundException extends MediaNotFoundException
- Since:
- : 05.01.21
Thrown if a Video stream was not found in the given video carrier
- Author:
- : Enrico Gamil Toros Project name : ProjektSteganography
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VideoNotFoundException()
VideoNotFoundException(java.lang.String s)
-