Package com.day.cq.dam.handler.ffmpeg
Class FfmpegNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.day.cq.dam.handler.ffmpeg.FfmpegNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class FfmpegNotFoundException extends java.lang.RuntimeException
Exception indicating that theffmpeg
executable could not be found.- Since:
- 5.4
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FfmpegNotFoundException(java.lang.String message)
FfmpegNotFoundException(java.lang.String message, java.lang.Throwable throwable)
-