Class FfmpegNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FfmpegNotFoundException
    extends java.lang.RuntimeException
    Exception indicating that the ffmpeg executable could not be found.
    Since:
    5.4
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FfmpegNotFoundException

        public FfmpegNotFoundException​(java.lang.String message)
      • FfmpegNotFoundException

        public FfmpegNotFoundException​(java.lang.String message,
                                       java.lang.Throwable throwable)