Package steganography.audio.exception
Class AudioNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- socialmediasteganography.SocialMediaSteganographyException
-
- steganography.exceptions.MediaNotFoundException
-
- steganography.audio.exception.AudioNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class AudioNotFoundException extends MediaNotFoundException
Thrown if an audio file could be read from the given media.- Author:
- Richard Rudek
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AudioNotFoundException()
AudioNotFoundException(java.lang.String s)
-