Package steganography.video.exceptions
Class UnsupportedVideoTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- socialmediasteganography.SocialMediaSteganographyException
-
- steganography.exceptions.UnsupportedMediaTypeException
-
- steganography.video.exceptions.UnsupportedVideoTypeException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedVideoTypeException extends UnsupportedMediaTypeException
- Since:
- : 05.01.21
Thrown if the used encoding is not supported
- Author:
- : Enrico Gamil Toros Project name : ProjektSteganography
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedVideoTypeException()
UnsupportedVideoTypeException(java.lang.String message)
-